7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyDataRequest.h>
9#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
10#include <aws/payment-cryptography-data/model/CardVerificationAttributes.h>
15namespace PaymentCryptographyData {
39 template <
typename KeyIdentifierT = Aws::String>
41 m_keyIdentifierHasBeenSet =
true;
42 m_keyIdentifier = std::forward<KeyIdentifierT>(value);
44 template <
typename KeyIdentifierT = Aws::String>
58 template <
typename PrimaryAccountNumberT = Aws::String>
60 m_primaryAccountNumberHasBeenSet =
true;
61 m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value);
63 template <
typename PrimaryAccountNumberT = Aws::String>
77 template <
typename VerificationAttributesT = CardVerificationAttributes>
79 m_verificationAttributesHasBeenSet =
true;
80 m_verificationAttributes = std::forward<VerificationAttributesT>(value);
82 template <
typename VerificationAttributesT = CardVerificationAttributes>
96 template <
typename Val
idationDataT = Aws::String>
98 m_validationDataHasBeenSet =
true;
99 m_validationData = std::forward<ValidationDataT>(value);
101 template <
typename Val
idationDataT = Aws::String>
115 bool m_keyIdentifierHasBeenSet =
false;
116 bool m_primaryAccountNumberHasBeenSet =
false;
117 bool m_verificationAttributesHasBeenSet =
false;
118 bool m_validationDataHasBeenSet =
false;
VerifyCardValidationDataRequest & WithVerificationAttributes(VerificationAttributesT &&value)
VerifyCardValidationDataRequest & WithValidationData(ValidationDataT &&value)
VerifyCardValidationDataRequest & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
const Aws::String & GetKeyIdentifier() const
const Aws::String & GetPrimaryAccountNumber() const
const Aws::String & GetValidationData() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
bool VerificationAttributesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool PrimaryAccountNumberHasBeenSet() const
void SetVerificationAttributes(VerificationAttributesT &&value)
void SetKeyIdentifier(KeyIdentifierT &&value)
void SetValidationData(ValidationDataT &&value)
const CardVerificationAttributes & GetVerificationAttributes() const
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
VerifyCardValidationDataRequest & WithKeyIdentifier(KeyIdentifierT &&value)
bool ValidationDataHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyCardValidationDataRequest()=default
bool KeyIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String