@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AggregationAuthorization.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregationAuthorizationArn()
The Amazon Resource Name (ARN) of the aggregation object.
|
String |
authorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
|
String |
authorizedAwsRegion()
The region authorized to collect aggregated data.
|
static AggregationAuthorization.Builder |
builder() |
Instant |
creationTime()
The time stamp when the aggregation authorization was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AggregationAuthorization.Builder> |
serializableBuilderClass() |
AggregationAuthorization.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String aggregationAuthorizationArn()
The Amazon Resource Name (ARN) of the aggregation object.
public final String authorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
public final String authorizedAwsRegion()
The region authorized to collect aggregated data.
public final Instant creationTime()
The time stamp when the aggregation authorization was created.
public AggregationAuthorization.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AggregationAuthorization.Builder,AggregationAuthorization>public static AggregationAuthorization.Builder builder()
public static Class<? extends AggregationAuthorization.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.