@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteScalingPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteScalingPlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteScalingPlanRequest |
clone() |
boolean |
equals(Object obj) |
String |
getScalingPlanName()
The name of the scaling plan.
|
Long |
getScalingPlanVersion()
The version number of the scaling plan.
|
int |
hashCode() |
void |
setScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
void |
setScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
String |
toString()
Returns a string representation of this object.
|
DeleteScalingPlanRequest |
withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
DeleteScalingPlanRequest |
withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setScalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName - The name of the scaling plan.public String getScalingPlanName()
The name of the scaling plan.
public DeleteScalingPlanRequest withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName - The name of the scaling plan.public void setScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
scalingPlanVersion - The version number of the scaling plan.public Long getScalingPlanVersion()
The version number of the scaling plan.
public DeleteScalingPlanRequest withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
scalingPlanVersion - The version number of the scaling plan.public String toString()
toString in class ObjectObject.toString()public DeleteScalingPlanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.