public class ListMapsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists map resources in your AWS account.
| Constructor and Description | 
|---|
| ListMapsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.Integer | getMaxResults()
 An optional limit for the number of resources 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 number of resources 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. | 
| ListMapsRequest | withMaxResults(java.lang.Integer maxResults)
 An optional limit for the number of resources returned in a single call. | 
| ListMapsRequest | 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, withRequestMetricCollectorpublic java.lang.Integer getMaxResults()
An optional limit for the number of resources returned in a single call.
 Default value: 100
 
 Constraints:
 Range: 1 - 100
An optional limit for the number of resources returned in a single call.
         Default value: 100
         
public void setMaxResults(java.lang.Integer maxResults)
An optional limit for the number of resources returned in a single call.
 Default value: 100
 
 Constraints:
 Range: 1 - 100
maxResults - An optional limit for the number of resources returned in a single call.
            Default value: 100
            
public ListMapsRequest withMaxResults(java.lang.Integer maxResults)
An optional limit for the number of resources 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 number of resources 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 ListMapsRequest 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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.