@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingAggregationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListFindingAggregationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<StringFilter> |
getAccountIds()
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
AggregationRequest |
getAggregationRequest()
Details of the aggregation request that is used to filter your aggregation results.
|
String |
getAggregationType()
The type of the aggregation request.
|
Integer |
getMaxResults()
The maximum number of results the response can return.
|
String |
getNextToken()
A token to use for paginating results that are returned in the response.
|
int |
hashCode() |
void |
setAccountIds(Collection<StringFilter> accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
void |
setAggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
|
void |
setAggregationType(String aggregationType)
The type of the aggregation request.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results the response can return.
|
void |
setNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingAggregationsRequest |
withAccountIds(Collection<StringFilter> accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
ListFindingAggregationsRequest |
withAccountIds(StringFilter... accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
ListFindingAggregationsRequest |
withAggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
|
ListFindingAggregationsRequest |
withAggregationType(AggregationType aggregationType)
The type of the aggregation request.
|
ListFindingAggregationsRequest |
withAggregationType(String aggregationType)
The type of the aggregation request.
|
ListFindingAggregationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results the response can return.
|
ListFindingAggregationsRequest |
withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
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 List<StringFilter> getAccountIds()
The Amazon Web Services account IDs to retrieve finding aggregation data for.
public void setAccountIds(Collection<StringFilter> accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
accountIds - The Amazon Web Services account IDs to retrieve finding aggregation data for.public ListFindingAggregationsRequest withAccountIds(StringFilter... accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection) or withAccountIds(java.util.Collection) if you want to
override the existing values.
accountIds - The Amazon Web Services account IDs to retrieve finding aggregation data for.public ListFindingAggregationsRequest withAccountIds(Collection<StringFilter> accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
accountIds - The Amazon Web Services account IDs to retrieve finding aggregation data for.public void setAggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
aggregationRequest - Details of the aggregation request that is used to filter your aggregation results.public AggregationRequest getAggregationRequest()
Details of the aggregation request that is used to filter your aggregation results.
public ListFindingAggregationsRequest withAggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
aggregationRequest - Details of the aggregation request that is used to filter your aggregation results.public void setAggregationType(String aggregationType)
The type of the aggregation request.
aggregationType - The type of the aggregation request.AggregationTypepublic String getAggregationType()
The type of the aggregation request.
AggregationTypepublic ListFindingAggregationsRequest withAggregationType(String aggregationType)
The type of the aggregation request.
aggregationType - The type of the aggregation request.AggregationTypepublic ListFindingAggregationsRequest withAggregationType(AggregationType aggregationType)
The type of the aggregation request.
aggregationType - The type of the aggregation request.AggregationTypepublic void setMaxResults(Integer maxResults)
The maximum number of results the response can return. If your request would return more than the maximum the
response will return a nextToken value, use this value when you call the action again to get the
remaining results.
maxResults - The maximum number of results the response can return. If your request would return more than the maximum
the response will return a nextToken value, use this value when you call the action again to
get the remaining results.public Integer getMaxResults()
The maximum number of results the response can return. If your request would return more than the maximum the
response will return a nextToken value, use this value when you call the action again to get the
remaining results.
nextToken value, use this value when you call the action again to
get the remaining results.public ListFindingAggregationsRequest withMaxResults(Integer maxResults)
The maximum number of results the response can return. If your request would return more than the maximum the
response will return a nextToken value, use this value when you call the action again to get the
remaining results.
maxResults - The maximum number of results the response can return. If your request would return more than the maximum
the response will return a nextToken value, use this value when you call the action again to
get the remaining results.public void setNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. If your response returns more than the maxResults maximum
value it will also return a nextToken value. For subsequent calls, use the nextToken
value returned from the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. If your response returns more than the
maxResults maximum value it will also return a nextToken value. For subsequent
calls, use the nextToken value returned from the previous request to continue listing results
after the first page.public String getNextToken()
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. If your response returns more than the maxResults maximum
value it will also return a nextToken value. For subsequent calls, use the nextToken
value returned from the previous request to continue listing results after the first page.
maxResults maximum value it will also return a nextToken value. For subsequent
calls, use the nextToken value returned from the previous request to continue listing
results after the first page.public ListFindingAggregationsRequest withNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. If your response returns more than the maxResults maximum
value it will also return a nextToken value. For subsequent calls, use the nextToken
value returned from the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. If your response returns more than the
maxResults maximum value it will also return a nextToken value. For subsequent
calls, use the nextToken value returned from the previous request to continue listing results
after the first page.public String toString()
toString in class ObjectObject.toString()public ListFindingAggregationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()