@Generated(value="software.amazon.awssdk:codegen") public final class DecryptDataRequest extends PaymentCryptographyDataRequest implements ToCopyableBuilder<DecryptDataRequest.Builder,DecryptDataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecryptDataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DecryptDataRequest.Builder |
builder() |
String |
cipherText()
The ciphertext to decrypt.
|
EncryptionDecryptionAttributes |
decryptionAttributes()
The encryption key type and attributes for ciphertext decryption.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyIdentifier()
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DecryptDataRequest.Builder> |
serializableBuilderClass() |
DecryptDataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cipherText()
The ciphertext to decrypt.
public final EncryptionDecryptionAttributes decryptionAttributes()
The encryption key type and attributes for ciphertext decryption.
public final String keyIdentifier()
The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption.
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for
ciphertext decryption.public DecryptDataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DecryptDataRequest.Builder,DecryptDataRequest>toBuilder in class PaymentCryptographyDataRequestpublic static DecryptDataRequest.Builder builder()
public static Class<? extends DecryptDataRequest.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.