@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 of the scaling plan.
|
int |
hashCode() |
void |
setScalingPlanVersion(Long scalingPlanVersion)
The version of the scaling plan.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateScalingPlanResult |
withScalingPlanVersion(Long scalingPlanVersion)
The version of the scaling plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScalingPlanVersion(Long scalingPlanVersion)
The version of the scaling plan. This value is always 1.
scalingPlanVersion - The version of the scaling plan. This value is always 1.public Long getScalingPlanVersion()
The version of the scaling plan. This value is always 1.
public CreateScalingPlanResult withScalingPlanVersion(Long scalingPlanVersion)
The version of the scaling plan. This value is always 1.
scalingPlanVersion - The version of the scaling plan. This value is always 1.public String toString()
toString in class ObjectObject.toString()public CreateScalingPlanResult clone()
Copyright © 2018. All rights reserved.