public class ListPlaceIndexesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists Place index resources in your AWS account.
Constructor and Description |
---|
ListPlaceIndexesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
An optional limit for the maximum number of results returned in a single
call.
|
java.lang.String |
getNextToken()
The pagination token specifying which page of results to return in the
response.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
An optional limit for the maximum number of results returned in a single
call.
|
void |
setNextToken(java.lang.String nextToken)
The pagination token specifying which page of results to return in the
response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPlaceIndexesRequest |
withMaxResults(java.lang.Integer maxResults)
An optional limit for the maximum number of results returned in a single
call.
|
ListPlaceIndexesRequest |
withNextToken(java.lang.String nextToken)
The pagination token specifying which page of results to return in the
response.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.Integer getMaxResults()
An optional limit for the maximum number of results returned in a single call.
Default value: 100
Constraints:
Range: 1 - 100
An optional limit for the maximum number of results returned in a single call.
Default value: 100
public void setMaxResults(java.lang.Integer maxResults)
An optional limit for the maximum number of results returned in a single call.
Default value: 100
Constraints:
Range: 1 - 100
maxResults
- An optional limit for the maximum number of results returned in a single call.
Default value: 100
public ListPlaceIndexesRequest withMaxResults(java.lang.Integer maxResults)
An optional limit for the maximum number of results returned in a single call.
Default value: 100
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
maxResults
- An optional limit for the maximum number of results returned in a single call.
Default value: 100
public java.lang.String getNextToken()
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
Constraints:
Length: 1 - 2000
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
public void setNextToken(java.lang.String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
Constraints:
Length: 1 - 2000
nextToken
- The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
public ListPlaceIndexesRequest withNextToken(java.lang.String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
nextToken
- The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
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.