@Generated(value="software.amazon.awssdk:codegen") public final class ListAliasesRequest extends PaymentCryptographyRequest implements ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAliasesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAliasesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Use this parameter to specify the maximum number of items to return.
|
String |
nextToken()
Use this parameter in a subsequent request after you receive a response with truncated results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAliasesRequest.Builder> |
serializableBuilderClass() |
ListAliasesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
public final String nextToken()
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextToken from the truncated response you just received.
NextToken from the truncated response you just received.public ListAliasesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>toBuilder in class PaymentCryptographyRequestpublic static ListAliasesRequest.Builder builder()
public static Class<? extends ListAliasesRequest.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.