@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGameSessionsRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeGameSessionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasId()
Unique identifier for an alias associated with the fleet to retrieve all game sessions for.
|
static DescribeGameSessionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fleetId()
Unique identifier for a fleet to retrieve all game sessions for.
|
String |
gameSessionId()
Unique identifier for the game session to retrieve.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Maximum number of results to return.
|
String |
nextToken()
Token that indicates the start of the next sequential page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeGameSessionsRequest.Builder> |
serializableBuilderClass() |
String |
statusFilter()
Game session status to filter results on.
|
DescribeGameSessionsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String fleetId()
Unique identifier for a fleet to retrieve all game sessions for.
public String gameSessionId()
Unique identifier for the game session to retrieve. You can use either a GameSessionId or
GameSessionArn value.
GameSessionId or
GameSessionArn value.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).
ACTIVE,
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 start at the beginning of the result set, do not specify a value.
public DescribeGameSessionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>toBuilder in class GameLiftRequestpublic static DescribeGameSessionsRequest.Builder builder()
public static Class<? extends DescribeGameSessionsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.