Class CryptogramVerificationArpcMethod1
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.CryptogramVerificationArpcMethod1
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1>
@Generated("software.amazon.awssdk:codegen") public final class CryptogramVerificationArpcMethod1 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1>
Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCryptogramVerificationArpcMethod1.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthResponseCode()The auth code used to calculate APRC after ARQC verification is successful.static CryptogramVerificationArpcMethod1.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CryptogramVerificationArpcMethod1.Builder>serializableBuilderClass()CryptogramVerificationArpcMethod1.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
-
authResponseCode
public final String authResponseCode()
The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.
- Returns:
- The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.
-
toBuilder
public CryptogramVerificationArpcMethod1.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1>
-
builder
public static CryptogramVerificationArpcMethod1.Builder builder()
-
serializableBuilderClass
public static Class<? extends CryptogramVerificationArpcMethod1.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.
-
-