@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VisaPinVerification extends Object implements Serializable, Cloneable, StructuredPojo
Parameters that are required to generate or verify Visa PIN.
Constructor and Description |
---|
VisaPinVerification() |
Modifier and Type | Method and Description |
---|---|
VisaPinVerification |
clone() |
boolean |
equals(Object obj) |
Integer |
getPinVerificationKeyIndex()
The value for PIN verification index.
|
String |
getVerificationValue()
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index.
|
void |
setVerificationValue(String verificationValue)
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
|
String |
toString()
Returns a string representation of this object.
|
VisaPinVerification |
withPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index.
|
VisaPinVerification |
withVerificationValue(String verificationValue)
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
|
public void setPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
pinVerificationKeyIndex
- The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN
Verification Value).public Integer getPinVerificationKeyIndex()
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
public VisaPinVerification withPinVerificationKeyIndex(Integer pinVerificationKeyIndex)
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
pinVerificationKeyIndex
- The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN
Verification Value).public void setVerificationValue(String verificationValue)
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
verificationValue
- Parameters that are required to generate or verify Visa PVV (PIN Verification Value).public String getVerificationValue()
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
public VisaPinVerification withVerificationValue(String verificationValue)
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
verificationValue
- Parameters that are required to generate or verify Visa PVV (PIN Verification Value).public String toString()
toString
in class Object
Object.toString()
public VisaPinVerification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.