@Generated(value="software.amazon.awssdk:codegen") public final class ListGameServerGroupsRequest extends GameLiftRequest implements ToCopyableBuilder<ListGameServerGroupsRequest.Builder,ListGameServerGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGameServerGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGameServerGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 ListGameServerGroupsRequest.Builder> |
serializableBuilderClass() |
ListGameServerGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 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 ListGameServerGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGameServerGroupsRequest.Builder,ListGameServerGroupsRequest>toBuilder in class GameLiftRequestpublic static ListGameServerGroupsRequest.Builder builder()
public static Class<? extends ListGameServerGroupsRequest.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.