Class ExportKeyRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyRequest
-
- software.amazon.awssdk.services.paymentcryptography.model.ExportKeyRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ExportKeyRequest.Builder,ExportKeyRequest>
@Generated("software.amazon.awssdk:codegen") public final class ExportKeyRequest extends PaymentCryptographyRequest implements ToCopyableBuilder<ExportKeyRequest.Builder,ExportKeyRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportKeyRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportKeyRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportAttributesexportAttributes()The attributes for IPEK generation during export.StringexportKeyIdentifier()TheKeyARNof the key under export from Amazon Web Services Payment Cryptography.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ExportKeyMaterialkeyMaterial()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
exportAttributes
public final ExportAttributes exportAttributes()
The attributes for IPEK generation during export.
- Returns:
- The attributes for IPEK generation during export.
-
exportKeyIdentifier
public final String exportKeyIdentifier()
The
KeyARNof the key under export from Amazon Web Services Payment Cryptography.- Returns:
- The
KeyARNof the key under export from Amazon Web Services Payment Cryptography.
-
keyMaterial
public final ExportKeyMaterial keyMaterial()
The key block format type, for example, TR-34 or TR-31, to use during key material export.
- Returns:
- The key block format type, for example, TR-34 or TR-31, to use during key material export.
-
toBuilder
public ExportKeyRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportKeyRequest.Builder,ExportKeyRequest>- Specified by:
toBuilderin classPaymentCryptographyRequest
-
builder
public static ExportKeyRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportKeyRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-