@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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. Currently, the only valid value is 1.
scalingPlanVersion - The version number of the scaling plan. Currently, the only valid value is 1.public Long getScalingPlanVersion()
The version number of the scaling plan. Currently, the only valid value is 1.
1.public DeleteScalingPlanRequest withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. Currently, the only valid value is 1.
scalingPlanVersion - The version number of the scaling plan. Currently, the only valid value is 1.public String toString()
toString in class ObjectObject.toString()public DeleteScalingPlanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()