@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAggregateComplianceByConfigRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAggregateComplianceByConfigRulesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAggregateComplianceByConfigRulesRequest |
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.
|
ConfigRuleComplianceFilters |
getFilters()
Filters the results by ConfigRuleComplianceFilters object.
|
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(ConfigRuleComplianceFilters filters)
Filters the results by ConfigRuleComplianceFilters object.
|
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.
|
DescribeAggregateComplianceByConfigRulesRequest |
withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
DescribeAggregateComplianceByConfigRulesRequest |
withFilters(ConfigRuleComplianceFilters filters)
Filters the results by ConfigRuleComplianceFilters object.
|
DescribeAggregateComplianceByConfigRulesRequest |
withLimit(Integer limit)
The maximum number of evaluation results returned on each page.
|
DescribeAggregateComplianceByConfigRulesRequest |
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 DescribeAggregateComplianceByConfigRulesRequest()
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 DescribeAggregateComplianceByConfigRulesRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName
- The name of the configuration aggregator.public void setFilters(ConfigRuleComplianceFilters filters)
Filters the results by ConfigRuleComplianceFilters object.
filters
- Filters the results by ConfigRuleComplianceFilters object.public ConfigRuleComplianceFilters getFilters()
Filters the results by ConfigRuleComplianceFilters object.
public DescribeAggregateComplianceByConfigRulesRequest withFilters(ConfigRuleComplianceFilters filters)
Filters the results by ConfigRuleComplianceFilters object.
filters
- Filters the results by ConfigRuleComplianceFilters object.public void setLimit(Integer limit)
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit
- The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0,
AWS Config uses the default.public Integer getLimit()
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
public DescribeAggregateComplianceByConfigRulesRequest withLimit(Integer limit)
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit
- The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0,
AWS 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 DescribeAggregateComplianceByConfigRulesRequest 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 DescribeAggregateComplianceByConfigRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.