@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PinVerificationAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Parameters that are required for PIN data verification.
Constructor and Description |
---|
PinVerificationAttributes() |
Modifier and Type | Method and Description |
---|---|
PinVerificationAttributes |
clone() |
boolean |
equals(Object obj) |
Ibm3624PinVerification |
getIbm3624Pin()
Parameters that are required to generate or verify Ibm3624 PIN.
|
VisaPinVerification |
getVisaPin()
Parameters that are required to generate or verify Visa PIN.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIbm3624Pin(Ibm3624PinVerification ibm3624Pin)
Parameters that are required to generate or verify Ibm3624 PIN.
|
void |
setVisaPin(VisaPinVerification visaPin)
Parameters that are required to generate or verify Visa PIN.
|
String |
toString()
Returns a string representation of this object.
|
PinVerificationAttributes |
withIbm3624Pin(Ibm3624PinVerification ibm3624Pin)
Parameters that are required to generate or verify Ibm3624 PIN.
|
PinVerificationAttributes |
withVisaPin(VisaPinVerification visaPin)
Parameters that are required to generate or verify Visa PIN.
|
public void setVisaPin(VisaPinVerification visaPin)
Parameters that are required to generate or verify Visa PIN.
visaPin
- Parameters that are required to generate or verify Visa PIN.public VisaPinVerification getVisaPin()
Parameters that are required to generate or verify Visa PIN.
public PinVerificationAttributes withVisaPin(VisaPinVerification visaPin)
Parameters that are required to generate or verify Visa PIN.
visaPin
- Parameters that are required to generate or verify Visa PIN.public void setIbm3624Pin(Ibm3624PinVerification ibm3624Pin)
Parameters that are required to generate or verify Ibm3624 PIN.
ibm3624Pin
- Parameters that are required to generate or verify Ibm3624 PIN.public Ibm3624PinVerification getIbm3624Pin()
Parameters that are required to generate or verify Ibm3624 PIN.
public PinVerificationAttributes withIbm3624Pin(Ibm3624PinVerification ibm3624Pin)
Parameters that are required to generate or verify Ibm3624 PIN.
ibm3624Pin
- Parameters that are required to generate or verify Ibm3624 PIN.public String toString()
toString
in class Object
Object.toString()
public PinVerificationAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.