@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountPreferencesResponse extends EfsResponse implements ToCopyableBuilder<DescribeAccountPreferencesResponse.Builder,DescribeAccountPreferencesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountPreferencesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccountPreferencesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
Present if there are more records than returned in the response.
|
ResourceIdPreference |
resourceIdPreference()
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making
the request, in the current Amazon Web Services Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccountPreferencesResponse.Builder> |
serializableBuilderClass() |
DescribeAccountPreferencesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceIdPreference resourceIdPreference()
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
public final String nextToken()
Present if there are more records than returned in the response. You can use the NextToken in the
subsequent request to fetch the additional descriptions.
NextToken
in the subsequent request to fetch the additional descriptions.public DescribeAccountPreferencesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountPreferencesResponse.Builder,DescribeAccountPreferencesResponse>toBuilder in class AwsResponsepublic static DescribeAccountPreferencesResponse.Builder builder()
public static Class<? extends DescribeAccountPreferencesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.