Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListElasticsearchVersionsRequest extends AmazonWebServiceRequest 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 | Description |
---|---|---|
static interface |
ListElasticsearchVersionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListElasticsearchVersionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
Set this value to limit the number of results returned.
|
String |
nextToken() |
|
static Class<? extends ListElasticsearchVersionsRequest.Builder> |
serializableBuilderClass() |
|
ListElasticsearchVersionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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 String nextToken()
public ListElasticsearchVersionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListElasticsearchVersionsRequest.Builder,ListElasticsearchVersionsRequest>
public static ListElasticsearchVersionsRequest.Builder builder()
public static Class<? extends ListElasticsearchVersionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.