@Generated(value="software.amazon.awssdk:codegen") public final class PutAccountPreferencesRequest extends EfsRequest implements ToCopyableBuilder<PutAccountPreferencesRequest.Builder,PutAccountPreferencesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutAccountPreferencesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutAccountPreferencesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceIdType |
resourceIdType()
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8 characters). |
String |
resourceIdTypeAsString()
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8 characters). |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutAccountPreferencesRequest.Builder> |
serializableBuilderClass() |
PutAccountPreferencesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceIdType resourceIdType()
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).
Starting in October, 2021, you will receive an error when setting the account preference to SHORT_ID
. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount
target resources.
If the service returns an enum value that is not available in the current SDK version, resourceIdType
will return ResourceIdType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceIdTypeAsString().
LONG_ID (17 characters), or SHORT_ID
(8 characters).
Starting in October, 2021, you will receive an error when setting the account preference to
SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs
for file system and mount target resources.
ResourceIdTypepublic final String resourceIdTypeAsString()
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either LONG_ID (17 characters), or SHORT_ID (8 characters).
Starting in October, 2021, you will receive an error when setting the account preference to SHORT_ID
. Contact Amazon Web Services support if you receive an error and must use short IDs for file system and mount
target resources.
If the service returns an enum value that is not available in the current SDK version, resourceIdType
will return ResourceIdType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceIdTypeAsString().
LONG_ID (17 characters), or SHORT_ID
(8 characters).
Starting in October, 2021, you will receive an error when setting the account preference to
SHORT_ID. Contact Amazon Web Services support if you receive an error and must use short IDs
for file system and mount target resources.
ResourceIdTypepublic PutAccountPreferencesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutAccountPreferencesRequest.Builder,PutAccountPreferencesRequest>toBuilder in class EfsRequestpublic static PutAccountPreferencesRequest.Builder builder()
public static Class<? extends PutAccountPreferencesRequest.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.