@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIndicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListIndicesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIndicesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token used to get the next set of results, or
null if there are no additional results. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
String |
toString()
Returns a string representation of this object.
|
ListIndicesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListIndicesRequest |
withNextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public String getNextToken()
The token used to get the next set of results, or null if there are no additional results.
null if there are no additional results.public ListIndicesRequest withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListIndicesRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public String toString()
toString in class ObjectObject.toString()public ListIndicesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.