@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetGameResult() |
| Modifier and Type | Method and Description |
|---|---|
GetGameResult |
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.
|
GetGameResult |
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 GetGameResult withGame(GameDetails game)
The details of the game.
game - The details of the game.public String toString()
toString in class ObjectObject.toString()public GetGameResult clone()
Copyright © 2023. All rights reserved.