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