@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameSessionQueuesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
DescribeGameSessionQueuesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeGameSessionQueuesResult |
clone() |
boolean |
equals(Object obj) |
List<GameSessionQueue> |
getGameSessionQueues()
Collection of objects that describes the requested game session queues.
|
String |
getNextToken()
Token that indicates where to resume retrieving results on the next call to this action.
|
int |
hashCode() |
void |
setGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
void |
setNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeGameSessionQueuesResult |
withGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
DescribeGameSessionQueuesResult |
withGameSessionQueues(GameSessionQueue... gameSessionQueues)
Collection of objects that describes the requested game session queues.
|
DescribeGameSessionQueuesResult |
withNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GameSessionQueue> getGameSessionQueues()
Collection of objects that describes the requested game session queues.
public void setGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
gameSessionQueues
- Collection of objects that describes the requested game session queues.public DescribeGameSessionQueuesResult withGameSessionQueues(GameSessionQueue... gameSessionQueues)
Collection of objects that describes the requested game session queues.
NOTE: This method appends the values to the existing list (if any). Use
setGameSessionQueues(java.util.Collection)
or withGameSessionQueues(java.util.Collection)
if
you want to override the existing values.
gameSessionQueues
- Collection of objects that describes the requested game session queues.public DescribeGameSessionQueuesResult withGameSessionQueues(Collection<GameSessionQueue> gameSessionQueues)
Collection of objects that describes the requested game session queues.
gameSessionQueues
- Collection of objects that describes the requested game session queues.public void setNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token is
returned, these results represent the end of the list.public String getNextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
public DescribeGameSessionQueuesResult withNextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token is
returned, these results represent the end of the list.public String toString()
toString
in class Object
Object.toString()
public DescribeGameSessionQueuesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.