@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationAggregator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationAggregator.Builder,ConfigurationAggregator>
The details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigurationAggregator.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AccountAggregationSource> |
accountAggregationSources()
Provides a list of source accounts and regions to be aggregated.
|
static ConfigurationAggregator.Builder |
builder() |
String |
configurationAggregatorArn()
The Amazon Resource Name (ARN) of the aggregator.
|
String |
configurationAggregatorName()
The name of the aggregator.
|
String |
createdBy()
AWS service that created the configuration aggregator.
|
Instant |
creationTime()
The time stamp when the configuration aggregator was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAccountAggregationSources()
Returns true if the AccountAggregationSources property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
Instant |
lastUpdatedTime()
The time of the last update.
|
OrganizationAggregationSource |
organizationAggregationSource()
Provides an organization and list of regions to be aggregated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigurationAggregator.Builder> |
serializableBuilderClass() |
ConfigurationAggregator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationAggregatorName()
The name of the aggregator.
public final String configurationAggregatorArn()
The Amazon Resource Name (ARN) of the aggregator.
public final boolean hasAccountAggregationSources()
public final List<AccountAggregationSource> accountAggregationSources()
Provides a list of source accounts and regions to be aggregated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAccountAggregationSources() to see if a value was sent in this field.
public final OrganizationAggregationSource organizationAggregationSource()
Provides an organization and list of regions to be aggregated.
public final Instant creationTime()
The time stamp when the configuration aggregator was created.
public final Instant lastUpdatedTime()
The time of the last update.
public final String createdBy()
AWS service that created the configuration aggregator.
public ConfigurationAggregator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigurationAggregator.Builder,ConfigurationAggregator>public static ConfigurationAggregator.Builder builder()
public static Class<? extends ConfigurationAggregator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.