Class PutScalingPolicyResult
java.lang.Object
com.amazonaws.services.gamelift.model.PutScalingPolicyResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
Descriptive label associated with this scaling policy.int
hashCode()
void
Descriptive label associated with this scaling policy.toString()
Returns a string representation of this object; useful for testing and debugging.Descriptive label associated with this scaling policy.
-
Constructor Details
-
PutScalingPolicyResult
public PutScalingPolicyResult()
-
-
Method Details
-
setName
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
- Parameters:
name
- Descriptive label associated with this scaling policy. Policy names do not need to be unique.
-
getName
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
- Returns:
- Descriptive label associated with this scaling policy. Policy names do not need to be unique.
-
withName
Descriptive label associated with this scaling policy. Policy names do not need to be unique.
- Parameters:
name
- Descriptive label associated with this scaling policy. Policy names do not need to be unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-