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