@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AggregationAuthorization.Builder> |
serializableBuilderClass() |
AggregationAuthorization.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String aggregationAuthorizationArn()
The Amazon Resource Name (ARN) of the aggregation object.
public String authorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
public String authorizedAwsRegion()
The region authorized to collect aggregated data.
public Instant creationTime()
The time stamp when the aggregation authorization was created.
public AggregationAuthorization.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AggregationAuthorization.Builder,AggregationAuthorization>
public static AggregationAuthorization.Builder builder()
public static Class<? extends AggregationAuthorization.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.