@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PinData extends Object implements Serializable, Cloneable, StructuredPojo
Parameters that are required to generate, translate, or verify PIN data.
| Constructor and Description |
|---|
PinData() |
| Modifier and Type | Method and Description |
|---|---|
PinData |
clone() |
boolean |
equals(Object obj) |
String |
getPinOffset()
The PIN offset value.
|
String |
getVerificationValue()
The unique data to identify a cardholder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPinOffset(String pinOffset)
The PIN offset value.
|
void |
setVerificationValue(String verificationValue)
The unique data to identify a cardholder.
|
String |
toString()
Returns a string representation of this object.
|
PinData |
withPinOffset(String pinOffset)
The PIN offset value.
|
PinData |
withVerificationValue(String verificationValue)
The unique data to identify a cardholder.
|
public void setPinOffset(String pinOffset)
The PIN offset value.
pinOffset - The PIN offset value.public String getPinOffset()
The PIN offset value.
public PinData withPinOffset(String pinOffset)
The PIN offset value.
pinOffset - The PIN offset value.public void setVerificationValue(String verificationValue)
The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN.
verificationValue - The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account
Number (PAN). If a value is not provided, it defaults to PAN.public String getVerificationValue()
The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN.
public PinData withVerificationValue(String verificationValue)
The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account Number (PAN). If a value is not provided, it defaults to PAN.
verificationValue - The unique data to identify a cardholder. In most cases, this is the same as cardholder's Primary Account
Number (PAN). If a value is not provided, it defaults to PAN.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.