Class VisaAmexDerivationOutputs
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.VisaAmexDerivationOutputs
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VisaAmexDerivationOutputs.Builder,VisaAmexDerivationOutputs>
@Generated("software.amazon.awssdk:codegen") public final class VisaAmexDerivationOutputs extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VisaAmexDerivationOutputs.Builder,VisaAmexDerivationOutputs>
The attributes values used for Amex and Visa derivation methods.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVisaAmexDerivationOutputs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthorizationRequestKeyArn()ThekeyArnof the issuer master key for cryptogram (IMK-AC) used by the operation.StringauthorizationRequestKeyCheckValue()The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.static VisaAmexDerivationOutputs.Builderbuilder()StringcurrentPinPekArn()ThekeyArnof the current PIN PEK.StringcurrentPinPekKeyCheckValue()The key check value (KCV) of 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 VisaAmexDerivationOutputs.Builder>serializableBuilderClass()VisaAmexDerivationOutputs.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
-
authorizationRequestKeyArn
public final String authorizationRequestKeyArn()
The
keyArnof the issuer master key for cryptogram (IMK-AC) used by the operation.- Returns:
- The
keyArnof the issuer master key for cryptogram (IMK-AC) used by the operation.
-
authorizationRequestKeyCheckValue
public final String authorizationRequestKeyCheckValue()
The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.
- Returns:
- The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.
-
currentPinPekArn
public final String currentPinPekArn()
The
keyArnof the current PIN PEK.- Returns:
- The
keyArnof the current PIN PEK.
-
currentPinPekKeyCheckValue
public final String currentPinPekKeyCheckValue()
The key check value (KCV) of the current PIN PEK.
- Returns:
- The key check value (KCV) of the current PIN PEK.
-
toBuilder
public VisaAmexDerivationOutputs.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VisaAmexDerivationOutputs.Builder,VisaAmexDerivationOutputs>
-
builder
public static VisaAmexDerivationOutputs.Builder builder()
-
serializableBuilderClass
public static Class<? extends VisaAmexDerivationOutputs.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
-
-