@Generated(value="software.amazon.awssdk:codegen") public final class ListExtensionVersionsRequest extends GameSparksRequest implements ToCopyableBuilder<ListExtensionVersionsRequest.Builder,ListExtensionVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListExtensionVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListExtensionVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
name()
The name of the extension.
|
String |
namespace()
The namespace (qualifier) of the extension.
|
String |
nextToken()
The token that indicates the start of the next sequential page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListExtensionVersionsRequest.Builder> |
serializableBuilderClass() |
ListExtensionVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
Use this parameter with NextToken to get results as a set of sequential pages.
public final String name()
The name of the extension.
public final String namespace()
The namespace (qualifier) of the extension.
public final String nextToken()
The 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.
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 ListExtensionVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListExtensionVersionsRequest.Builder,ListExtensionVersionsRequest>toBuilder in class GameSparksRequestpublic static ListExtensionVersionsRequest.Builder builder()
public static Class<? extends ListExtensionVersionsRequest.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 © 2022. All rights reserved.