@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGameSessionResult extends AmazonWebServiceResult<ResponseMetadata> 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 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; useful for testing and debugging.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.