Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeGameSessionDetailsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>
Represents the input for a request action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeGameSessionDetailsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
aliasId() |
Unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
static DescribeGameSessionDetailsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fleetId() |
Unique identifier for a fleet to retrieve all game sessions active on the fleet.
|
String |
gameSessionId() |
Unique identifier for the game session to retrieve.
|
int |
hashCode() |
|
Integer |
limit() |
Maximum number of results to return.
|
String |
nextToken() |
Token that indicates the start of the next sequential page of results.
|
static Class<? extends DescribeGameSessionDetailsRequest.Builder> |
serializableBuilderClass() |
|
String |
statusFilter() |
Game session status to filter results on.
|
DescribeGameSessionDetailsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String fleetId()
Unique identifier for a fleet to retrieve all game sessions active on the fleet.
public String gameSessionId()
Unique identifier for the game session to retrieve.
public String aliasId()
Unique identifier for an alias associated with the fleet to retrieve all game sessions for.
public String statusFilter()
Game session status to filter results on. Possible game session statuses include ACTIVE, TERMINATED,
ACTIVATING and TERMINATING (the last two are transitory).
TERMINATED, ACTIVATING and TERMINATING (the last two are
transitory).public Integer limit()
Maximum number of results to return. Use this parameter with NextToken to get results as a set of
sequential pages.
NextToken to get results as a
set of sequential pages.public String nextToken()
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
public DescribeGameSessionDetailsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeGameSessionDetailsRequest.Builder,DescribeGameSessionDetailsRequest>public static DescribeGameSessionDetailsRequest.Builder builder()
public static Class<? extends DescribeGameSessionDetailsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.