@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImageScanFindingAggregationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListImageScanFindingAggregationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListImageScanFindingAggregationsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Filter | getFilter() | 
| String | getNextToken()
 A token to specify where to start paginating. | 
| int | hashCode() | 
| void | setFilter(Filter filter) | 
| void | setNextToken(String nextToken)
 A token to specify where to start paginating. | 
| String | toString()Returns a string representation of this object. | 
| ListImageScanFindingAggregationsRequest | withFilter(Filter filter) | 
| ListImageScanFindingAggregationsRequest | withNextToken(String nextToken)
 A token to specify where to start paginating. | 
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 ListImageScanFindingAggregationsRequest()
public void setFilter(Filter filter)
filter - public Filter getFilter()
public ListImageScanFindingAggregationsRequest withFilter(Filter filter)
filter - public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
public ListImageScanFindingAggregationsRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String toString()
toString in class ObjectObject.toString()public ListImageScanFindingAggregationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()