@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, setSdkResponseMetadata
public void setScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. This value is always 1.
Currently, you cannot specify multiple scaling plan versions.
scalingPlanVersion
- The version number of the scaling plan. This value is always 1.
Currently, you cannot specify multiple scaling plan versions.
public Long getScalingPlanVersion()
The version number of the scaling plan. This value is always 1.
Currently, you cannot specify multiple scaling plan versions.
Currently, you cannot specify multiple scaling plan versions.
public CreateScalingPlanResult withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. This value is always 1.
Currently, you cannot specify multiple scaling plan versions.
scalingPlanVersion
- The version number of the scaling plan. This value is always 1.
Currently, you cannot specify multiple scaling plan versions.
public String toString()
toString
in class Object
Object.toString()
public CreateScalingPlanResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.