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