public class PutScalingPolicyResult extends Object 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 associated with this scaling policy.
|
int |
hashCode() |
void |
setName(String name)
Descriptive label associated with this scaling policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutScalingPolicyResult |
withName(String name)
Descriptive label associated with this scaling policy.
|
public void setName(String name)
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
name
- Descriptive label associated with this scaling policy. Policy
names do not need to be unique.public String getName()
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
public PutScalingPolicyResult withName(String name)
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
name
- Descriptive label associated with this scaling policy. Policy
names do not need to be unique.public String toString()
toString
in class Object
Object.toString()
public PutScalingPolicyResult clone()
Copyright © 2018. All rights reserved.