@Generated(value="software.amazon.awssdk:codegen") public final class DescribeConfigurationAggregatorSourcesStatusRequest extends ConfigRequest implements ToCopyableBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeConfigurationAggregatorSourcesStatusRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeConfigurationAggregatorSourcesStatusRequest.Builder |
builder() |
String |
configurationAggregatorName()
The name of the configuration aggregator.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Integer |
limit()
The maximum number of AggregatorSourceStatus returned on each page.
|
String |
nextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeConfigurationAggregatorSourcesStatusRequest.Builder> |
serializableBuilderClass() |
DescribeConfigurationAggregatorSourcesStatusRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<AggregatedSourceStatusType> |
updateStatus()
Filters the status type.
|
List<String> |
updateStatusAsStrings()
Filters the status type.
|
overrideConfiguration
copy
public String configurationAggregatorName()
The name of the configuration aggregator.
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.
public List<String> updateStatusAsStrings()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.
public String nextToken()
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
public Integer limit()
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
public DescribeConfigurationAggregatorSourcesStatusRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>
toBuilder
in class ConfigRequest
public static DescribeConfigurationAggregatorSourcesStatusRequest.Builder builder()
public static Class<? extends DescribeConfigurationAggregatorSourcesStatusRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.