@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()
Amazon Web Services 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()
For responses, this returns true if the service returned a value for the AccountAggregationSources property.
|
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()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAccountAggregationSources() method.
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()
Amazon Web Services 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 © 2023. All rights reserved.