@Generated(value="software.amazon.awssdk:codegen") public final class ListGameServersRequest extends GameLiftRequest implements ToCopyableBuilder<ListGameServersRequest.Builder,ListGameServersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGameServersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGameServersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gameServerGroupName()
An identifier for the game server group to retrieve a list of game servers from.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
nextToken()
A token that indicates the start of the next sequential segment of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGameServersRequest.Builder> |
serializableBuilderClass() |
SortOrder |
sortOrder()
Indicates how to sort the returned data based on game server registration timestamp.
|
String |
sortOrderAsString()
Indicates how to sort the returned data based on game server registration timestamp.
|
ListGameServersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gameServerGroupName()
An identifier for the game server group to retrieve a list of game servers from. Use either the GameServerGroup name or ARN value.
public final SortOrder sortOrder()
Indicates how to sort the returned data based on game server registration timestamp. Use ASCENDING to retrieve oldest game servers first, or use DESCENDING to retrieve newest game servers first. If this parameter is left empty, game servers are returned in no particular order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
Indicates how to sort the returned data based on game server registration timestamp. Use ASCENDING to retrieve oldest game servers first, or use DESCENDING to retrieve newest game servers first. If this parameter is left empty, game servers are returned in no particular order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final Integer limit()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential segments.
NextToken to get results as
a set of sequential segments.public final String nextToken()
A token that indicates the start of the next sequential segment of results. Use the token returned with the previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListGameServersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGameServersRequest.Builder,ListGameServersRequest>toBuilder in class GameLiftRequestpublic static ListGameServersRequest.Builder builder()
public static Class<? extends ListGameServersRequest.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 © 2021. All rights reserved.