@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateCardValidationDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GenerateCardValidationDataResult() |
| Modifier and Type | Method and Description |
|---|---|
GenerateCardValidationDataResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
The
keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate
CVV or CSC. |
String |
getKeyCheckValue()
The key check value (KCV) of the encryption key.
|
String |
getValidationData()
The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.
|
int |
hashCode() |
void |
setKeyArn(String keyArn)
The
keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate
CVV or CSC. |
void |
setKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
void |
setValidationData(String validationData)
The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.
|
String |
toString()
Returns a string representation of this object.
|
GenerateCardValidationDataResult |
withKeyArn(String keyArn)
The
keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate
CVV or CSC. |
GenerateCardValidationDataResult |
withKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
GenerateCardValidationDataResult |
withValidationData(String validationData)
The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKeyArn(String keyArn)
The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate
CVV or CSC.
keyArn - The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to
generate CVV or CSC.public String getKeyArn()
The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate
CVV or CSC.
keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to
generate CVV or CSC.public GenerateCardValidationDataResult withKeyArn(String keyArn)
The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate
CVV or CSC.
keyArn - The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to
generate CVV or CSC.public void setKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
keyCheckValue - The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given
key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public String getKeyCheckValue()
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public GenerateCardValidationDataResult withKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
keyCheckValue - The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given
key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
public void setValidationData(String validationData)
The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.
validationData - The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.public String getValidationData()
The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.
public GenerateCardValidationDataResult withValidationData(String validationData)
The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.
validationData - The CVV or CSC value that Amazon Web Services Payment Cryptography generates for the card.public String toString()
toString in class ObjectObject.toString()public GenerateCardValidationDataResult clone()