@Generated(value="software.amazon.awssdk:codegen") public final class ReEncryptDataRequest extends PaymentCryptographyDataRequest implements ToCopyableBuilder<ReEncryptDataRequest.Builder,ReEncryptDataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReEncryptDataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReEncryptDataRequest.Builder |
builder() |
String |
cipherText()
Ciphertext to be encrypted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReEncryptionAttributes |
incomingEncryptionAttributes()
The attributes and values for incoming ciphertext.
|
String |
incomingKeyIdentifier()
The
keyARN of the encryption key of incoming ciphertext data. |
ReEncryptionAttributes |
outgoingEncryptionAttributes()
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
String |
outgoingKeyIdentifier()
The
keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web Services
Payment Cryptography. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReEncryptDataRequest.Builder> |
serializableBuilderClass() |
ReEncryptDataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cipherText()
Ciphertext to be encrypted. The minimum allowed length is 16 bytes and maximum allowed length is 4096 bytes.
public final ReEncryptionAttributes incomingEncryptionAttributes()
The attributes and values for incoming ciphertext.
public final String incomingKeyIdentifier()
The keyARN of the encryption key of incoming ciphertext data.
keyARN of the encryption key of incoming ciphertext data.public final ReEncryptionAttributes outgoingEncryptionAttributes()
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.
public final String outgoingKeyIdentifier()
The keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web Services
Payment Cryptography.
keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web
Services Payment Cryptography.public ReEncryptDataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReEncryptDataRequest.Builder,ReEncryptDataRequest>toBuilder in class PaymentCryptographyDataRequestpublic static ReEncryptDataRequest.Builder builder()
public static Class<? extends ReEncryptDataRequest.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.