@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmexCardSecurityCodeVersion1 extends Object implements Serializable, Cloneable, StructuredPojo
Card data parameters that are required to generate a Card Security Code (CSC2) for an AMEX payment card.
Constructor and Description |
---|
AmexCardSecurityCodeVersion1() |
Modifier and Type | Method and Description |
---|---|
AmexCardSecurityCodeVersion1 |
clone() |
boolean |
equals(Object obj) |
String |
getCardExpiryDate()
The expiry date of a payment card.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCardExpiryDate(String cardExpiryDate)
The expiry date of a payment card.
|
String |
toString()
Returns a string representation of this object.
|
AmexCardSecurityCodeVersion1 |
withCardExpiryDate(String cardExpiryDate)
The expiry date of a payment card.
|
public void setCardExpiryDate(String cardExpiryDate)
The expiry date of a payment card.
cardExpiryDate
- The expiry date of a payment card.public String getCardExpiryDate()
The expiry date of a payment card.
public AmexCardSecurityCodeVersion1 withCardExpiryDate(String cardExpiryDate)
The expiry date of a payment card.
cardExpiryDate
- The expiry date of a payment card.public String toString()
toString
in class Object
Object.toString()
public AmexCardSecurityCodeVersion1 clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.