Class DescribeAliasResult
java.lang.Object
com.amazonaws.services.gamelift.model.DescribeAliasResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DescribeAliasResult
public DescribeAliasResult()
-
-
Method Details
-
setAlias
Object containing the requested alias.
- Parameters:
alias
- Object containing the requested alias.
-
getAlias
Object containing the requested alias.
- Returns:
- Object containing the requested alias.
-
withAlias
Object containing the requested alias.
- Parameters:
alias
- Object containing the requested alias.- 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
-