Class PinVerificationAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.PinVerificationAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PinVerificationAttributes.Builder,PinVerificationAttributes>
@Generated("software.amazon.awssdk:codegen") public final class PinVerificationAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PinVerificationAttributes.Builder,PinVerificationAttributes>
Parameters that are required for PIN data verification.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePinVerificationAttributes.Builderstatic classPinVerificationAttributes.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PinVerificationAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static PinVerificationAttributesfromIbm3624Pin(Consumer<Ibm3624PinVerification.Builder> ibm3624Pin)Create an instance of this class withibm3624Pin()initialized to the given value.static PinVerificationAttributesfromIbm3624Pin(Ibm3624PinVerification ibm3624Pin)Create an instance of this class withibm3624Pin()initialized to the given value.static PinVerificationAttributesfromVisaPin(Consumer<VisaPinVerification.Builder> visaPin)Create an instance of this class withvisaPin()initialized to the given value.static PinVerificationAttributesfromVisaPin(VisaPinVerification visaPin)Create an instance of this class withvisaPin()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Ibm3624PinVerificationibm3624Pin()Parameters that are required to generate or verify Ibm3624 PIN.List<SdkField<?>>sdkFields()static Class<? extends PinVerificationAttributes.Builder>serializableBuilderClass()PinVerificationAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.PinVerificationAttributes.Typetype()Retrieve an enum value representing which member of this object is populated.VisaPinVerificationvisaPin()Parameters that are required to generate or verify Visa PIN.-
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
-
ibm3624Pin
public final Ibm3624PinVerification ibm3624Pin()
Parameters that are required to generate or verify Ibm3624 PIN.
- Returns:
- Parameters that are required to generate or verify Ibm3624 PIN.
-
visaPin
public final VisaPinVerification visaPin()
Parameters that are required to generate or verify Visa PIN.
- Returns:
- Parameters that are required to generate or verify Visa PIN.
-
toBuilder
public PinVerificationAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PinVerificationAttributes.Builder,PinVerificationAttributes>
-
builder
public static PinVerificationAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends PinVerificationAttributes.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.
-
fromIbm3624Pin
public static PinVerificationAttributes fromIbm3624Pin(Ibm3624PinVerification ibm3624Pin)
Create an instance of this class withibm3624Pin()initialized to the given value.Parameters that are required to generate or verify Ibm3624 PIN.
- Parameters:
ibm3624Pin- Parameters that are required to generate or verify Ibm3624 PIN.
-
fromIbm3624Pin
public static PinVerificationAttributes fromIbm3624Pin(Consumer<Ibm3624PinVerification.Builder> ibm3624Pin)
Create an instance of this class withibm3624Pin()initialized to the given value.Parameters that are required to generate or verify Ibm3624 PIN.
- Parameters:
ibm3624Pin- Parameters that are required to generate or verify Ibm3624 PIN.
-
fromVisaPin
public static PinVerificationAttributes fromVisaPin(VisaPinVerification visaPin)
Create an instance of this class withvisaPin()initialized to the given value.Parameters that are required to generate or verify Visa PIN.
- Parameters:
visaPin- Parameters that are required to generate or verify Visa PIN.
-
fromVisaPin
public static PinVerificationAttributes fromVisaPin(Consumer<VisaPinVerification.Builder> visaPin)
Create an instance of this class withvisaPin()initialized to the given value.Parameters that are required to generate or verify Visa PIN.
- Parameters:
visaPin- Parameters that are required to generate or verify Visa PIN.
-
type
public PinVerificationAttributes.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will bePinVerificationAttributes.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will bePinVerificationAttributes.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-