@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAggregateConfigRuleComplianceSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAggregateConfigRuleComplianceSummaryRequest() |
Modifier and Type | Method and Description |
---|---|
GetAggregateConfigRuleComplianceSummaryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationAggregatorName()
The name of the configuration aggregator.
|
ConfigRuleComplianceSummaryFilters |
getFilters()
Filters the results based on the ConfigRuleComplianceSummaryFilters object.
|
String |
getGroupByKey()
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
Integer |
getLimit()
The maximum number of evaluation results returned on each page.
|
String |
getNextToken()
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
int |
hashCode() |
void |
setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
void |
setFilters(ConfigRuleComplianceSummaryFilters filters)
Filters the results based on the ConfigRuleComplianceSummaryFilters object.
|
void |
setGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
void |
setLimit(Integer limit)
The maximum number of evaluation results returned on each page.
|
void |
setNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
String |
toString()
Returns a string representation of this object.
|
GetAggregateConfigRuleComplianceSummaryRequest |
withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
GetAggregateConfigRuleComplianceSummaryRequest |
withFilters(ConfigRuleComplianceSummaryFilters filters)
Filters the results based on the ConfigRuleComplianceSummaryFilters object.
|
GetAggregateConfigRuleComplianceSummaryRequest |
withGroupByKey(ConfigRuleComplianceSummaryGroupKey groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
GetAggregateConfigRuleComplianceSummaryRequest |
withGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
|
GetAggregateConfigRuleComplianceSummaryRequest |
withLimit(Integer limit)
The maximum number of evaluation results returned on each page.
|
GetAggregateConfigRuleComplianceSummaryRequest |
withNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated 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 GetAggregateConfigRuleComplianceSummaryRequest()
public void setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName
- The name of the configuration aggregator.public String getConfigurationAggregatorName()
The name of the configuration aggregator.
public GetAggregateConfigRuleComplianceSummaryRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName
- The name of the configuration aggregator.public void setFilters(ConfigRuleComplianceSummaryFilters filters)
Filters the results based on the ConfigRuleComplianceSummaryFilters object.
filters
- Filters the results based on the ConfigRuleComplianceSummaryFilters object.public ConfigRuleComplianceSummaryFilters getFilters()
Filters the results based on the ConfigRuleComplianceSummaryFilters object.
public GetAggregateConfigRuleComplianceSummaryRequest withFilters(ConfigRuleComplianceSummaryFilters filters)
Filters the results based on the ConfigRuleComplianceSummaryFilters object.
filters
- Filters the results based on the ConfigRuleComplianceSummaryFilters object.public void setGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
groupByKey
- Groups the result based on ACCOUNT_ID or AWS_REGION.ConfigRuleComplianceSummaryGroupKey
public String getGroupByKey()
Groups the result based on ACCOUNT_ID or AWS_REGION.
ConfigRuleComplianceSummaryGroupKey
public GetAggregateConfigRuleComplianceSummaryRequest withGroupByKey(String groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
groupByKey
- Groups the result based on ACCOUNT_ID or AWS_REGION.ConfigRuleComplianceSummaryGroupKey
public GetAggregateConfigRuleComplianceSummaryRequest withGroupByKey(ConfigRuleComplianceSummaryGroupKey groupByKey)
Groups the result based on ACCOUNT_ID or AWS_REGION.
groupByKey
- Groups the result based on ACCOUNT_ID or AWS_REGION.ConfigRuleComplianceSummaryGroupKey
public void setLimit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.
limit
- The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a
number greater than 1000. If you specify 0, Config uses the default.public Integer getLimit()
The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.
public GetAggregateConfigRuleComplianceSummaryRequest withLimit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.
limit
- The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a
number greater than 1000. If you specify 0, Config uses the default.public void setNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String getNextToken()
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
string returned on a previous page that you use to get the next page of
results in a paginated response.public GetAggregateConfigRuleComplianceSummaryRequest withNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String toString()
toString
in class Object
Object.toString()
public GetAggregateConfigRuleComplianceSummaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()