@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAggregateComplianceByConformancePacksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAggregateComplianceByConformancePacksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAggregateComplianceByConformancePacksRequest |
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.
|
AggregateConformancePackComplianceFilters |
getFilters()
Filters the result by
AggregateConformancePackComplianceFilters object. |
Integer |
getLimit()
The maximum number of conformance packs compliance details 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(AggregateConformancePackComplianceFilters filters)
Filters the result by
AggregateConformancePackComplianceFilters object. |
void |
setLimit(Integer limit)
The maximum number of conformance packs compliance details 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.
|
DescribeAggregateComplianceByConformancePacksRequest |
withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
DescribeAggregateComplianceByConformancePacksRequest |
withFilters(AggregateConformancePackComplianceFilters filters)
Filters the result by
AggregateConformancePackComplianceFilters object. |
DescribeAggregateComplianceByConformancePacksRequest |
withLimit(Integer limit)
The maximum number of conformance packs compliance details returned on each page.
|
DescribeAggregateComplianceByConformancePacksRequest |
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 DescribeAggregateComplianceByConformancePacksRequest()
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 DescribeAggregateComplianceByConformancePacksRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName
- The name of the configuration aggregator.public void setFilters(AggregateConformancePackComplianceFilters filters)
Filters the result by AggregateConformancePackComplianceFilters
object.
filters
- Filters the result by AggregateConformancePackComplianceFilters
object.public AggregateConformancePackComplianceFilters getFilters()
Filters the result by AggregateConformancePackComplianceFilters
object.
AggregateConformancePackComplianceFilters
object.public DescribeAggregateComplianceByConformancePacksRequest withFilters(AggregateConformancePackComplianceFilters filters)
Filters the result by AggregateConformancePackComplianceFilters
object.
filters
- Filters the result by AggregateConformancePackComplianceFilters
object.public void setLimit(Integer limit)
The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit
- The maximum number of conformance packs compliance details returned on each page. The default is maximum.
If you specify 0, Config uses the default.public Integer getLimit()
The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.
public DescribeAggregateComplianceByConformancePacksRequest withLimit(Integer limit)
The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit
- The maximum number of conformance packs compliance details returned on each page. The default is maximum.
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 DescribeAggregateComplianceByConformancePacksRequest 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 DescribeAggregateComplianceByConformancePacksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()