@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()
Returns the value of the ResourceIdType property for this object.
|
String |
resourceIdTypeAsString()
Returns the value of the ResourceIdType property for this object.
|
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()
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().
ResourceIdTypepublic final String resourceIdTypeAsString()
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().
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 © 2021. All rights reserved.