public class CreateGameSessionResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
CreateGameSessionResult() |
Modifier and Type | Method and Description |
---|---|
CreateGameSessionResult |
clone() |
boolean |
equals(Object obj) |
GameSession |
getGameSession()
Object containing the newly created game session record.
|
int |
hashCode() |
void |
setGameSession(GameSession gameSession)
Object containing the newly created game session record.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateGameSessionResult |
withGameSession(GameSession gameSession)
Object containing the newly created game session record.
|
public void setGameSession(GameSession gameSession)
Object containing the newly created game session record.
gameSession
- Object containing the newly created game session record.public GameSession getGameSession()
Object containing the newly created game session record.
public CreateGameSessionResult withGameSession(GameSession gameSession)
Object containing the newly created game session record.
gameSession
- Object containing the newly created game session record.public String toString()
toString
in class Object
Object.toString()
public CreateGameSessionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.