@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountPreferencesRequest extends EfsRequest implements ToCopyableBuilder<DescribeAccountPreferencesRequest.Builder,DescribeAccountPreferencesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountPreferencesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccountPreferencesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
(Optional) When retrieving account preferences, you can optionally specify the
MaxItems parameter to
limit the number of objects returned in a response. |
String |
nextToken()
(Optional) You can use
NextToken in a subsequent request to fetch the next page of Amazon Web
Services account preferences if the response payload was paginated. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccountPreferencesRequest.Builder> |
serializableBuilderClass() |
DescribeAccountPreferencesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
(Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon Web
Services account preferences if the response payload was paginated.
NextToken in a subsequent request to fetch the next page of Amazon
Web Services account preferences if the response payload was paginated.public final Integer maxResults()
(Optional) When retrieving account preferences, you can optionally specify the MaxItems parameter to
limit the number of objects returned in a response. The default value is 100.
MaxItems
parameter to limit the number of objects returned in a response. The default value is 100.public DescribeAccountPreferencesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountPreferencesRequest.Builder,DescribeAccountPreferencesRequest>toBuilder in class EfsRequestpublic static DescribeAccountPreferencesRequest.Builder builder()
public static Class<? extends DescribeAccountPreferencesRequest.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.