@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CryptogramVerificationArpcMethod1.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authResponseCode()
The auth code used to calculate APRC after ARQC verification is successful.
|
static CryptogramVerificationArpcMethod1.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CryptogramVerificationArpcMethod1.Builder> |
serializableBuilderClass() |
CryptogramVerificationArpcMethod1.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public CryptogramVerificationArpcMethod1.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CryptogramVerificationArpcMethod1.Builder,CryptogramVerificationArpcMethod1>public static CryptogramVerificationArpcMethod1.Builder builder()
public static Class<? extends CryptogramVerificationArpcMethod1.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.