@Generated(value="software.amazon.awssdk:codegen") public final class PutAccountConfigurationRequest extends AcmRequest implements ToCopyableBuilder<PutAccountConfigurationRequest.Builder,PutAccountConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutAccountConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutAccountConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExpiryEventsConfiguration |
expiryEvents()
Specifies expiration events associated with an account.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
idempotencyToken()
Customer-chosen string used to distinguish between calls to
PutAccountConfiguration. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutAccountConfigurationRequest.Builder> |
serializableBuilderClass() |
PutAccountConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ExpiryEventsConfiguration expiryEvents()
Specifies expiration events associated with an account.
public final String idempotencyToken()
Customer-chosen string used to distinguish between calls to PutAccountConfiguration. Idempotency
tokens time out after one hour. If you call PutAccountConfiguration multiple times with the same
unexpired idempotency token, ACM treats it as the same request and returns the original result. If you change the
idempotency token for each call, ACM treats each call as a new request.
PutAccountConfiguration.
Idempotency tokens time out after one hour. If you call PutAccountConfiguration multiple
times with the same unexpired idempotency token, ACM treats it as the same request and returns the
original result. If you change the idempotency token for each call, ACM treats each call as a new
request.public PutAccountConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutAccountConfigurationRequest.Builder,PutAccountConfigurationRequest>toBuilder in class AcmRequestpublic static PutAccountConfigurationRequest.Builder builder()
public static Class<? extends PutAccountConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.