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