@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReportDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ListReportDefinitionsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListReportDefinitionsRequest | 
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. 
 | 
String | 
getNextToken()
 The token value from a previous call to access the next page of results. 
 | 
int | 
hashCode()  | 
void | 
setMaxResults(Integer maxResults)
 The maximum number of results to return. 
 | 
void | 
setNextToken(String nextToken)
 The token value from a previous call to access the next page of results. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListReportDefinitionsRequest | 
withMaxResults(Integer maxResults)
 The maximum number of results to return. 
 | 
ListReportDefinitionsRequest | 
withNextToken(String nextToken)
 The token value from a previous call to access the next page of 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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The token value from a previous call to access the next page of results.
nextToken - The token value from a previous call to access the next page of results.public String getNextToken()
The token value from a previous call to access the next page of results.
public ListReportDefinitionsRequest withNextToken(String nextToken)
The token value from a previous call to access the next page of results.
nextToken - The token value from a previous call to access the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListReportDefinitionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public String toString()
toString in class ObjectObject.toString()public ListReportDefinitionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()