@Generated(value="software.amazon.awssdk:codegen") public final class PendingAggregationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>
An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.
Modifier and Type | Class and Description |
---|---|
static interface |
PendingAggregationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static PendingAggregationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
requesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
|
String |
requesterAwsRegion()
The region requesting to aggregate data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PendingAggregationRequest.Builder> |
serializableBuilderClass() |
PendingAggregationRequest.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 requesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
public String requesterAwsRegion()
The region requesting to aggregate data.
public PendingAggregationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>
public static PendingAggregationRequest.Builder builder()
public static Class<? extends PendingAggregationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.