@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 operation.
Constructor and Description |
---|
PutScalingPolicyResult() |
Modifier and Type | Method and Description |
---|---|
PutScalingPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A descriptive label that is associated with a fleet's scaling policy.
|
int |
hashCode() |
void |
setName(String name)
A descriptive label that is associated with a fleet's scaling policy.
|
String |
toString()
Returns a string representation of this object.
|
PutScalingPolicyResult |
withName(String name)
A descriptive label that is associated with a fleet's scaling policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.
name
- A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be
unique.public String getName()
A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.
public PutScalingPolicyResult withName(String name)
A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.
name
- A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be
unique.public String toString()
toString
in class Object
Object.toString()
public PutScalingPolicyResult clone()