public class ListIndicesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the search indices.
Constructor and Description |
---|
ListIndicesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return at one time.
|
java.lang.String |
getNextToken()
The token used to get the next set of results, or
null if
there are no additional results. |
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(java.lang.String nextToken)
The token used to get the next set of results, or
null if
there are no additional results. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIndicesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListIndicesRequest |
withNextToken(java.lang.String nextToken)
The token used to get the next set of results, or
null if
there are no additional results. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
The token used to get the next set of results, or null
if
there are no additional results.
The token used to get the next set of results, or
null
if there are no additional results.
public void setNextToken(java.lang.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 ListIndicesRequest withNextToken(java.lang.String nextToken)
The token used to get the next set of results, or null
if
there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
The token used to get the next set of results, or
null
if there are no additional results.
public java.lang.Integer getMaxResults()
The maximum number of results to return at one time.
Constraints:
Range: 1 - 500
The maximum number of results to return at one time.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return at one time.
public ListIndicesRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return at one time.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.