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 UpdateAliasResult
clone()
boolean
equals(Object obj)
Alias
getAlias()
Object containing the updated alias configuration.int
hashCode()
void
setAlias(Alias alias)
Object containing the updated alias configuration.String
toString()
Returns a string representation of this object; useful for testing and debugging.UpdateAliasResult
withAlias(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateAliasResult clone()
-
-