@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() |
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 to return in the response.
|
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 to return in the response.
|
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 to return in the response.
|
ListFindingAggregationsRequest |
withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
addHandlerContext, copyBaseTo, 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 to return in the response.
maxResults - The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListFindingAggregationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.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. 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. 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. For subsequent calls, use the NextToken value returned from
the previous request to continue listing results after the first page.
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. 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. 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()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.