Class SessionKeyAmex
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.SessionKeyAmex
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SessionKeyAmex.Builder,SessionKeyAmex>
@Generated("software.amazon.awssdk:codegen") public final class SessionKeyAmex extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionKeyAmex.Builder,SessionKeyAmex>
Parameters to derive session key for an Amex payment card.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSessionKeyAmex.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionKeyAmex.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpanSequenceNumber()A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).StringprimaryAccountNumber()The Primary Account Number (PAN) of the cardholder.List<SdkField<?>>sdkFields()static Class<? extends SessionKeyAmex.Builder>serializableBuilderClass()SessionKeyAmex.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
panSequenceNumber
public final String panSequenceNumber()
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
- Returns:
- A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).
-
primaryAccountNumber
public final String primaryAccountNumber()
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
- Returns:
- The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
-
toBuilder
public SessionKeyAmex.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SessionKeyAmex.Builder,SessionKeyAmex>
-
builder
public static SessionKeyAmex.Builder builder()
-
serializableBuilderClass
public static Class<? extends SessionKeyAmex.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-