Class AggregationAuthorization
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.AggregationAuthorization
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AggregationAuthorization.Builder,AggregationAuthorization>
@Generated("software.amazon.awssdk:codegen") public final class AggregationAuthorization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregationAuthorization.Builder,AggregationAuthorization>
An object that represents the authorizations granted to aggregator accounts and regions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAggregationAuthorization.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaggregationAuthorizationArn()The Amazon Resource Name (ARN) of the aggregation object.StringauthorizedAccountId()The 12-digit account ID of the account authorized to aggregate data.StringauthorizedAwsRegion()The region authorized to collect aggregated data.static AggregationAuthorization.Builderbuilder()InstantcreationTime()The time stamp when the aggregation authorization was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AggregationAuthorization.Builder>serializableBuilderClass()AggregationAuthorization.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
aggregationAuthorizationArn
public final String aggregationAuthorizationArn()
The Amazon Resource Name (ARN) of the aggregation object.
- Returns:
- The Amazon Resource Name (ARN) of the aggregation object.
-
authorizedAccountId
public final String authorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
- Returns:
- The 12-digit account ID of the account authorized to aggregate data.
-
authorizedAwsRegion
public final String authorizedAwsRegion()
The region authorized to collect aggregated data.
- Returns:
- The region authorized to collect aggregated data.
-
creationTime
public final Instant creationTime()
The time stamp when the aggregation authorization was created.
- Returns:
- The time stamp when the aggregation authorization was created.
-
toBuilder
public AggregationAuthorization.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AggregationAuthorization.Builder,AggregationAuthorization>
-
builder
public static AggregationAuthorization.Builder builder()
-
serializableBuilderClass
public static Class<? extends AggregationAuthorization.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-