@Generated(value="software.amazon.awssdk:codegen") public final class ExportKeyRequest extends PaymentCryptographyRequest implements ToCopyableBuilder<ExportKeyRequest.Builder,ExportKeyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exportKeyIdentifier()
The
KeyARN of the key under export from Amazon Web Services Payment Cryptography. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ExportKeyMaterial |
keyMaterial()
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportKeyRequest.Builder> |
serializableBuilderClass() |
ExportKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exportKeyIdentifier()
The KeyARN of the key under export from Amazon Web Services Payment Cryptography.
KeyARN of the key under export from Amazon Web Services Payment Cryptography.public final ExportKeyMaterial keyMaterial()
The key block format type, for example, TR-34 or TR-31, to use during key material export.
public ExportKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportKeyRequest.Builder,ExportKeyRequest>toBuilder in class PaymentCryptographyRequestpublic static ExportKeyRequest.Builder builder()
public static Class<? extends ExportKeyRequest.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.