@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutScalingPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
PutScalingPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Descriptive label that is associated with a scaling policy.
|
int |
hashCode() |
void |
setName(String name)
Descriptive label that is associated with a scaling policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutScalingPolicyResult |
withName(String name)
Descriptive label that is associated with a scaling policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
Descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
name - Descriptive label that is associated with a scaling policy. Policy names do not need to be unique.public String getName()
Descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
public PutScalingPolicyResult withName(String name)
Descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
name - Descriptive label that is associated with a scaling policy. Policy names do not need to be unique.public String toString()
toString in class ObjectObject.toString()public PutScalingPolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.