@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGameSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
UpdateGameSessionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateGameSessionResult |
clone() |
boolean |
equals(Object obj) |
GameSession |
getGameSession()
Object that contains the updated game session metadata.
|
int |
hashCode() |
void |
setGameSession(GameSession gameSession)
Object that contains the updated game session metadata.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGameSessionResult |
withGameSession(GameSession gameSession)
Object that contains the updated game session metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGameSession(GameSession gameSession)
Object that contains the updated game session metadata.
gameSession
- Object that contains the updated game session metadata.public GameSession getGameSession()
Object that contains the updated game session metadata.
public UpdateGameSessionResult withGameSession(GameSession gameSession)
Object that contains the updated game session metadata.
gameSession
- Object that contains the updated game session metadata.public String toString()
toString
in class Object
Object.toString()
public UpdateGameSessionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.