@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 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, 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, withSdkRequestTimeout
public 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.AggregationType
public String getAggregationType()
The type of the aggregation request.
AggregationType
public ListFindingAggregationsRequest withAggregationType(String aggregationType)
The type of the aggregation request.
aggregationType
- The type of the aggregation request.AggregationType
public ListFindingAggregationsRequest withAggregationType(AggregationType aggregationType)
The type of the aggregation request.
aggregationType
- The type of the aggregation request.AggregationType
public 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 Object
Object.toString()
public ListFindingAggregationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()