Class PendingAggregationRequest
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.PendingAggregationRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePendingAggregationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PendingAggregationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrequesterAccountId()The 12-digit account ID of the account requesting to aggregate data.StringrequesterAwsRegion()The region requesting to aggregate data.List<SdkField<?>>sdkFields()static Class<? extends PendingAggregationRequest.Builder>serializableBuilderClass()PendingAggregationRequest.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
-
requesterAccountId
public final String requesterAccountId()
The 12-digit account ID of the account requesting to aggregate data.
- Returns:
- The 12-digit account ID of the account requesting to aggregate data.
-
requesterAwsRegion
public final String requesterAwsRegion()
The region requesting to aggregate data.
- Returns:
- The region requesting to aggregate data.
-
toBuilder
public PendingAggregationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>
-
builder
public static PendingAggregationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PendingAggregationRequest.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.
-
-