@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListIndicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()