Class CurrentPinAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.CurrentPinAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CurrentPinAttributes.Builder,CurrentPinAttributes>
@Generated("software.amazon.awssdk:codegen") public final class CurrentPinAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CurrentPinAttributes.Builder,CurrentPinAttributes>
The parameter values of the current PIN to be changed on the EMV chip card.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCurrentPinAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CurrentPinAttributes.Builderbuilder()StringcurrentEncryptedPinBlock()The encrypted pinblock of the current pin stored on the chip card.StringcurrentPinPekIdentifier()ThekeyArnof the current PIN PEK.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CurrentPinAttributes.Builder>serializableBuilderClass()CurrentPinAttributes.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
-
currentPinPekIdentifier
public final String currentPinPekIdentifier()
The
keyArnof the current PIN PEK.- Returns:
- The
keyArnof the current PIN PEK.
-
currentEncryptedPinBlock
public final String currentEncryptedPinBlock()
The encrypted pinblock of the current pin stored on the chip card.
- Returns:
- The encrypted pinblock of the current pin stored on the chip card.
-
toBuilder
public CurrentPinAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CurrentPinAttributes.Builder,CurrentPinAttributes>
-
builder
public static CurrentPinAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends CurrentPinAttributes.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-