@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateGameResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameResult |
clone() |
boolean |
equals(Object obj) |
GameDetails |
getGame()
The details of the game.
|
int |
hashCode() |
void |
setGame(GameDetails game)
The details of the game.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGameResult |
withGame(GameDetails game)
The details of the game.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGame(GameDetails game)
The details of the game.
game - The details of the game.public GameDetails getGame()
The details of the game.
public UpdateGameResult withGame(GameDetails game)
The details of the game.
game - The details of the game.public String toString()
toString in class ObjectObject.toString()public UpdateGameResult clone()
Copyright © 2023. All rights reserved.