Class CreateAliasResult
java.lang.Object
com.amazonaws.services.gamelift.model.CreateAliasResult
- 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
getAlias()
Object containing the newly created alias record.int
hashCode()
void
Object containing the newly created alias record.toString()
Returns a string representation of this object; useful for testing and debugging.Object containing the newly created alias record.
-
Constructor Details
-
CreateAliasResult
public CreateAliasResult()
-
-
Method Details
-
setAlias
Object containing the newly created alias record.
- Parameters:
alias
- Object containing the newly created alias record.
-
getAlias
Object containing the newly created alias record.
- Returns:
- Object containing the newly created alias record.
-
withAlias
Object containing the newly created alias record.
- Parameters:
alias
- Object containing the newly created alias record.- 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
-