@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationAggregatorSourcesStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeConfigurationAggregatorSourcesStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationAggregatorSourcesStatusRequest |
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.
|
Integer |
getLimit()
The maximum number of AggregatorSourceStatus 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. |
List<String> |
getUpdateStatus()
Filters the status type.
|
int |
hashCode() |
void |
setConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
void |
setLimit(Integer limit)
The maximum number of AggregatorSourceStatus 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. |
void |
setUpdateStatus(Collection<String> updateStatus)
Filters the status type.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConfigurationAggregatorSourcesStatusRequest |
withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
|
DescribeConfigurationAggregatorSourcesStatusRequest |
withLimit(Integer limit)
The maximum number of AggregatorSourceStatus returned on each page.
|
DescribeConfigurationAggregatorSourcesStatusRequest |
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. |
DescribeConfigurationAggregatorSourcesStatusRequest |
withUpdateStatus(AggregatedSourceStatusType... updateStatus)
Filters the status type.
|
DescribeConfigurationAggregatorSourcesStatusRequest |
withUpdateStatus(Collection<String> updateStatus)
Filters the status type.
|
DescribeConfigurationAggregatorSourcesStatusRequest |
withUpdateStatus(String... updateStatus)
Filters the status type.
|
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 DescribeConfigurationAggregatorSourcesStatusRequest()
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 DescribeConfigurationAggregatorSourcesStatusRequest withConfigurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName
- The name of the configuration aggregator.public List<String> getUpdateStatus()
Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusType
public void setUpdateStatus(Collection<String> updateStatus)
Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
updateStatus
- Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusType
public DescribeConfigurationAggregatorSourcesStatusRequest withUpdateStatus(String... updateStatus)
Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
NOTE: This method appends the values to the existing list (if any). Use
setUpdateStatus(java.util.Collection)
or withUpdateStatus(java.util.Collection)
if you want to
override the existing values.
updateStatus
- Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusType
public DescribeConfigurationAggregatorSourcesStatusRequest withUpdateStatus(Collection<String> updateStatus)
Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
updateStatus
- Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusType
public DescribeConfigurationAggregatorSourcesStatusRequest withUpdateStatus(AggregatedSourceStatusType... updateStatus)
Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
updateStatus
- Filters the status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusType
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 DescribeConfigurationAggregatorSourcesStatusRequest 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 AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit
- The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify
0, AWS Config uses the default.public Integer getLimit()
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
public DescribeConfigurationAggregatorSourcesStatusRequest withLimit(Integer limit)
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit
- The maximum number of AggregatorSourceStatus 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 DescribeConfigurationAggregatorSourcesStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.