@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateScalingPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateScalingPlanResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateScalingPlanResult |
clone() |
boolean |
equals(Object obj) |
Long |
getScalingPlanVersion()
The version number of the scaling plan.
|
int |
hashCode() |
void |
setScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
String |
toString()
Returns a string representation of this object.
|
CreateScalingPlanResult |
withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. This value is always 1. Currently, you cannot have multiple
scaling plan versions.
scalingPlanVersion - The version number of the scaling plan. This value is always 1. Currently, you cannot have
multiple scaling plan versions.public Long getScalingPlanVersion()
The version number of the scaling plan. This value is always 1. Currently, you cannot have multiple
scaling plan versions.
1. Currently, you cannot have
multiple scaling plan versions.public CreateScalingPlanResult withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. This value is always 1. Currently, you cannot have multiple
scaling plan versions.
scalingPlanVersion - The version number of the scaling plan. This value is always 1. Currently, you cannot have
multiple scaling plan versions.public String toString()
toString in class ObjectObject.toString()public CreateScalingPlanResult clone()