@Generated(value="software.amazon.awssdk:codegen") public final class ListKeysRequest extends PaymentCryptographyRequest implements ToCopyableBuilder<ListKeysRequest.Builder,ListKeysRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListKeysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListKeysRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KeyState |
keyState()
The key state of the keys you want to list.
|
String |
keyStateAsString()
The key state of the keys you want to list.
|
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 ListKeysRequest.Builder> |
serializableBuilderClass() |
ListKeysRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KeyState keyState()
The key state of the keys you want to list.
If the service returns an enum value that is not available in the current SDK version, keyState will
return KeyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyStateAsString().
KeyStatepublic final String keyStateAsString()
The key state of the keys you want to list.
If the service returns an enum value that is not available in the current SDK version, keyState will
return KeyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyStateAsString().
KeyStatepublic 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.
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 ListKeysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListKeysRequest.Builder,ListKeysRequest>toBuilder in class PaymentCryptographyRequestpublic static ListKeysRequest.Builder builder()
public static Class<? extends ListKeysRequest.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.