@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String requesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
public final String requesterAwsRegion()
The region requesting to aggregate data.
public PendingAggregationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>public static PendingAggregationRequest.Builder builder()
public static Class<? extends PendingAggregationRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.