@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetGameResult clone()