@Generated(value="software.amazon.awssdk:codegen") public final class ListElasticsearchVersionsRequest extends ElasticsearchRequest implements ToCopyableBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>
Container for the parameters to the ListElasticsearchVersions operation.
Use MaxResults to control the maximum number of results to retrieve in a single call.
Use NextToken in response to retrieve more results. If the received response does not contain a
NextToken, then there are no more results to retrieve.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListElasticsearchVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListElasticsearchVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Set this value to limit the number of results returned.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListElasticsearchVersionsRequest.Builder> |
serializableBuilderClass() |
ListElasticsearchVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored.
public final String nextToken()
public ListElasticsearchVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>toBuilder in class ElasticsearchRequestpublic static ListElasticsearchVersionsRequest.Builder builder()
public static Class<? extends ListElasticsearchVersionsRequest.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.