@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 for the game server you want to list.
|
<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 page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGameServersRequest.Builder> |
serializableBuilderClass() |
SortOrder |
sortOrder()
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
String |
sortOrderAsString()
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
ListGameServersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gameServerGroupName()
An identifier for the game server group for the game server you want to list. Use either the GameServerGroup name or ARN value.
public SortOrder sortOrder()
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is 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 String sortOrderAsString()
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is 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 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 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 action. 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.