@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGameSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateGameSessionResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionResult |
clone () |
boolean |
equals (Object obj) |
GameSession |
getGameSession ()
The updated game session properties.
|
int |
hashCode () |
void |
setGameSession (GameSession gameSession)
The updated game session properties.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateGameSessionResult |
withGameSession (GameSession gameSession)
The updated game session properties.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateGameSessionResult()
public void setGameSession(GameSession gameSession)
The updated game session properties.
gameSession - The updated game session properties.public GameSession getGameSession()
The updated game session properties.
public UpdateGameSessionResult withGameSession(GameSession gameSession)
The updated game session properties.
gameSession - The updated game session properties.public String toString()
toString in class Object Object.toString() public UpdateGameSessionResult clone()