@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGameSessionsRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeGameSessionsRequest.Builder,DescribeGameSessionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeGameSessionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasId()
A unique identifier for the alias associated with the fleet to retrieve game sessions for.
|
static DescribeGameSessionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetId()
A unique identifier for the fleet to retrieve game sessions for.
|
String |
gameSessionId()
A unique identifier for the game session to retrieve.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
location()
A fleet location to get game sessions for.
|
String |
nextToken()
A 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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fleetId()
A unique identifier for the fleet to retrieve game sessions for. You can use either the fleet ID or ARN value.
public final String gameSessionId()
A unique identifier for the game session to retrieve.
public final String aliasId()
A unique identifier for the alias associated with the fleet to retrieve game sessions for. You can use either the alias ID or ARN value.
public final String location()
A fleet location to get game sessions for. You can specify a fleet's home Region or a remote location. Use the
Amazon Web Services Region code format, such as us-west-2.
us-west-2.public final String statusFilter()
Game session status to filter results on. You can filter on the following states: ACTIVE,
TERMINATED, ACTIVATING, and TERMINATING. The last two are transitory and
used for only very brief periods of time.
ACTIVE,
TERMINATED, ACTIVATING, and TERMINATING. The last two are
transitory and used for only very brief periods of time.public final Integer limit()
The 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 final String nextToken()
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.