7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyDataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/payment-cryptography-data/model/PinVerificationAttributes.h>
11#include <aws/payment-cryptography-data/model/PinBlockFormatForPinData.h>
12#include <aws/payment-cryptography-data/model/DukptAttributes.h>
13#include <aws/payment-cryptography-data/model/WrappedKey.h>
18namespace PaymentCryptographyData
47 inline void SetVerificationKeyIdentifier(
const char* value) { m_verificationKeyIdentifierHasBeenSet =
true; m_verificationKeyIdentifier.assign(value); }
62 inline void SetEncryptionKeyIdentifier(
const char* value) { m_encryptionKeyIdentifierHasBeenSet =
true; m_encryptionKeyIdentifier.assign(value); }
89 inline void SetEncryptedPinBlock(
const char* value) { m_encryptedPinBlockHasBeenSet =
true; m_encryptedPinBlock.assign(value); }
104 inline void SetPrimaryAccountNumber(
const char* value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber.assign(value); }
135 inline void SetPinDataLength(
int value) { m_pinDataLengthHasBeenSet =
true; m_pinDataLength = value; }
163 bool m_verificationKeyIdentifierHasBeenSet =
false;
166 bool m_encryptionKeyIdentifierHasBeenSet =
false;
169 bool m_verificationAttributesHasBeenSet =
false;
172 bool m_encryptedPinBlockHasBeenSet =
false;
175 bool m_primaryAccountNumberHasBeenSet =
false;
178 bool m_pinBlockFormatHasBeenSet =
false;
181 bool m_pinDataLengthHasBeenSet =
false;
184 bool m_dukptAttributesHasBeenSet =
false;
187 bool m_encryptionWrappedKeyHasBeenSet =
false;
void SetVerificationAttributes(const PinVerificationAttributes &value)
void SetPinBlockFormat(const PinBlockFormatForPinData &value)
void SetDukptAttributes(DukptAttributes &&value)
VerifyPinDataRequest & WithPrimaryAccountNumber(const char *value)
VerifyPinDataRequest & WithEncryptedPinBlock(Aws::String &&value)
VerifyPinDataRequest & WithPinBlockFormat(const PinBlockFormatForPinData &value)
void SetVerificationKeyIdentifier(Aws::String &&value)
bool EncryptionWrappedKeyHasBeenSet() const
void SetDukptAttributes(const DukptAttributes &value)
const Aws::String & GetPrimaryAccountNumber() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyPinDataRequest()
void SetEncryptedPinBlock(const char *value)
void SetVerificationKeyIdentifier(const char *value)
VerifyPinDataRequest & WithDukptAttributes(DukptAttributes &&value)
VerifyPinDataRequest & WithEncryptionWrappedKey(WrappedKey &&value)
VerifyPinDataRequest & WithVerificationAttributes(PinVerificationAttributes &&value)
VerifyPinDataRequest & WithPinDataLength(int value)
const Aws::String & GetVerificationKeyIdentifier() const
void SetPrimaryAccountNumber(const Aws::String &value)
void SetPrimaryAccountNumber(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool DukptAttributesHasBeenSet() const
bool EncryptedPinBlockHasBeenSet() const
VerifyPinDataRequest & WithVerificationKeyIdentifier(const Aws::String &value)
VerifyPinDataRequest & WithVerificationKeyIdentifier(const char *value)
const DukptAttributes & GetDukptAttributes() const
VerifyPinDataRequest & WithPrimaryAccountNumber(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetEncryptionKeyIdentifier(Aws::String &&value)
bool VerificationKeyIdentifierHasBeenSet() const
VerifyPinDataRequest & WithVerificationKeyIdentifier(Aws::String &&value)
void SetEncryptedPinBlock(Aws::String &&value)
void SetPinDataLength(int value)
void SetEncryptionWrappedKey(const WrappedKey &value)
VerifyPinDataRequest & WithVerificationAttributes(const PinVerificationAttributes &value)
bool PinBlockFormatHasBeenSet() const
void SetPinBlockFormat(PinBlockFormatForPinData &&value)
bool EncryptionKeyIdentifierHasBeenSet() const
void SetEncryptionKeyIdentifier(const Aws::String &value)
const WrappedKey & GetEncryptionWrappedKey() const
const PinVerificationAttributes & GetVerificationAttributes() const
const PinBlockFormatForPinData & GetPinBlockFormat() const
bool PinDataLengthHasBeenSet() const
const Aws::String & GetEncryptionKeyIdentifier() const
void SetVerificationAttributes(PinVerificationAttributes &&value)
void SetEncryptionWrappedKey(WrappedKey &&value)
VerifyPinDataRequest & WithPinBlockFormat(PinBlockFormatForPinData &&value)
VerifyPinDataRequest & WithEncryptionKeyIdentifier(const Aws::String &value)
VerifyPinDataRequest & WithEncryptionWrappedKey(const WrappedKey &value)
VerifyPinDataRequest & WithEncryptedPinBlock(const char *value)
void SetPrimaryAccountNumber(const char *value)
void SetEncryptedPinBlock(const Aws::String &value)
bool PrimaryAccountNumberHasBeenSet() const
void SetEncryptionKeyIdentifier(const char *value)
VerifyPinDataRequest & WithDukptAttributes(const DukptAttributes &value)
const Aws::String & GetEncryptedPinBlock() const
VerifyPinDataRequest & WithPrimaryAccountNumber(Aws::String &&value)
int GetPinDataLength() const
VerifyPinDataRequest & WithEncryptedPinBlock(const Aws::String &value)
VerifyPinDataRequest & WithEncryptionKeyIdentifier(const char *value)
bool VerificationAttributesHasBeenSet() const
VerifyPinDataRequest & WithEncryptionKeyIdentifier(Aws::String &&value)
void SetVerificationKeyIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String