Class DescribeAliasResult
- java.lang.Object
-
- com.amazonaws.services.gamelift.model.DescribeAliasResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeAliasResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeAliasResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeAliasResult
clone()
boolean
equals(Object obj)
Alias
getAlias()
Object containing the requested alias.int
hashCode()
void
setAlias(Alias alias)
Object containing the requested alias.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeAliasResult
withAlias(Alias alias)
Object containing the requested alias.
-
-
-
Method Detail
-
setAlias
public void setAlias(Alias alias)
Object containing the requested alias.
- Parameters:
alias
- Object containing the requested alias.
-
getAlias
public Alias getAlias()
Object containing the requested alias.
- Returns:
- Object containing the requested alias.
-
withAlias
public DescribeAliasResult withAlias(Alias alias)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeAliasResult clone()
-
-