Class GenerateCardValidationDataRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataRequest
-
- software.amazon.awssdk.services.paymentcryptographydata.model.GenerateCardValidationDataRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GenerateCardValidationDataRequest.Builder,GenerateCardValidationDataRequest>
@Generated("software.amazon.awssdk:codegen") public final class GenerateCardValidationDataRequest extends PaymentCryptographyDataRequest implements ToCopyableBuilder<GenerateCardValidationDataRequest.Builder,GenerateCardValidationDataRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGenerateCardValidationDataRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerateCardValidationDataRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CardGenerationAttributesgenerationAttributes()The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyIdentifier()ThekeyARNof the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate card data.StringprimaryAccountNumber()The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.List<SdkField<?>>sdkFields()static Class<? extends GenerateCardValidationDataRequest.Builder>serializableBuilderClass()GenerateCardValidationDataRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegervalidationDataLength()The length of the CVV or CSC to be generated.-
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
-
generationAttributes
public final CardGenerationAttributes generationAttributes()
The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
- Returns:
- The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
-
keyIdentifier
public final String keyIdentifier()
The
keyARNof the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate card data.- Returns:
- The
keyARNof the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate card data.
-
primaryAccountNumber
public final String primaryAccountNumber()
The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.
- Returns:
- The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.
-
validationDataLength
public final Integer validationDataLength()
The length of the CVV or CSC to be generated. The default value is 3.
- Returns:
- The length of the CVV or CSC to be generated. The default value is 3.
-
toBuilder
public GenerateCardValidationDataRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GenerateCardValidationDataRequest.Builder,GenerateCardValidationDataRequest>- Specified by:
toBuilderin classPaymentCryptographyDataRequest
-
builder
public static GenerateCardValidationDataRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GenerateCardValidationDataRequest.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
-
-