@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationAggregatorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeConfigurationAggregatorsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationAggregatorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConfigurationAggregatorNames()
The name of the configuration aggregators.
|
Integer |
getLimit()
The maximum number of configuration aggregators 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 |
setConfigurationAggregatorNames(Collection<String> configurationAggregatorNames)
The name of the configuration aggregators.
|
void |
setLimit(Integer limit)
The maximum number of configuration aggregators 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; useful for testing and debugging.
|
DescribeConfigurationAggregatorsRequest |
withConfigurationAggregatorNames(Collection<String> configurationAggregatorNames)
The name of the configuration aggregators.
|
DescribeConfigurationAggregatorsRequest |
withConfigurationAggregatorNames(String... configurationAggregatorNames)
The name of the configuration aggregators.
|
DescribeConfigurationAggregatorsRequest |
withLimit(Integer limit)
The maximum number of configuration aggregators returned on each page.
|
DescribeConfigurationAggregatorsRequest |
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 DescribeConfigurationAggregatorsRequest()
public List<String> getConfigurationAggregatorNames()
The name of the configuration aggregators.
public void setConfigurationAggregatorNames(Collection<String> configurationAggregatorNames)
The name of the configuration aggregators.
configurationAggregatorNames
- The name of the configuration aggregators.public DescribeConfigurationAggregatorsRequest withConfigurationAggregatorNames(String... configurationAggregatorNames)
The name of the configuration aggregators.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationAggregatorNames(java.util.Collection)
or
withConfigurationAggregatorNames(java.util.Collection)
if you want to override the existing values.
configurationAggregatorNames
- The name of the configuration aggregators.public DescribeConfigurationAggregatorsRequest withConfigurationAggregatorNames(Collection<String> configurationAggregatorNames)
The name of the configuration aggregators.
configurationAggregatorNames
- The name of the configuration aggregators.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.
public DescribeConfigurationAggregatorsRequest 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 void setLimit(Integer limit)
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit
- The maximum number of configuration aggregators returned on each page. The default is maximum. If you
specify 0, AWS Config uses the default.public Integer getLimit()
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
public DescribeConfigurationAggregatorsRequest withLimit(Integer limit)
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit
- The maximum number of configuration aggregators returned on each page. The default is maximum. If you
specify 0, AWS Config uses the default.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationAggregatorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.