ToCopyableBuilder<DescribeGameSessionDetailsResponse.Builder,DescribeGameSessionDetailsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeGameSessionDetailsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeGameSessionDetailsResponse.Builder,DescribeGameSessionDetailsResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeGameSessionDetailsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeGameSessionDetailsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<GameSessionDetail> |
gameSessionDetails() |
Collection of objects containing game session properties and the protection policy currently in force for each
session matching the request.
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
static Class<? extends DescribeGameSessionDetailsResponse.Builder> |
serializableBuilderClass() |
|
DescribeGameSessionDetailsResponse.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<GameSessionDetail> gameSessionDetails()
Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
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 DescribeGameSessionDetailsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeGameSessionDetailsResponse.Builder,DescribeGameSessionDetailsResponse>
public static DescribeGameSessionDetailsResponse.Builder builder()
public static Class<? extends DescribeGameSessionDetailsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.