ToCopyableBuilder<DescribeGameSessionQueuesResponse.Builder,DescribeGameSessionQueuesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeGameSessionQueuesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeGameSessionQueuesResponse.Builder,DescribeGameSessionQueuesResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeGameSessionQueuesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeGameSessionQueuesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<GameSessionQueue> |
gameSessionQueues() |
Collection of objects that describes the requested game session queues.
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
static Class<? extends DescribeGameSessionQueuesResponse.Builder> |
serializableBuilderClass() |
|
DescribeGameSessionQueuesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<GameSessionQueue> gameSessionQueues()
Collection of objects that describes the requested game session queues.
public 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.
public DescribeGameSessionQueuesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeGameSessionQueuesResponse.Builder,DescribeGameSessionQueuesResponse>
public static DescribeGameSessionQueuesResponse.Builder builder()
public static Class<? extends DescribeGameSessionQueuesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.