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