@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationAggregationSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationAggregationSource.Builder,OrganizationAggregationSource>
This object contains regions to set up the aggregator and an IAM role to retrieve organization details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationAggregationSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allAwsRegions()
If true, aggregate existing AWS Config regions and future regions.
|
List<String> |
awsRegions()
The source regions being aggregated.
|
static OrganizationAggregationSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAwsRegions()
Returns true if the AwsRegions 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() |
String |
roleArn()
ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrganizationAggregationSource.Builder> |
serializableBuilderClass() |
OrganizationAggregationSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleArn()
ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account.
public final boolean hasAwsRegions()
public final List<String> awsRegions()
The source regions being aggregated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAwsRegions() to see if a value was sent in this field.
public final Boolean allAwsRegions()
If true, aggregate existing AWS Config regions and future regions.
public OrganizationAggregationSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrganizationAggregationSource.Builder,OrganizationAggregationSource>public static OrganizationAggregationSource.Builder builder()
public static Class<? extends OrganizationAggregationSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.