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