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/CardVerificationAttributes.h>
15namespace PaymentCryptographyData
43 template<
typename KeyIdentifierT = Aws::String>
44 void SetKeyIdentifier(KeyIdentifierT&& value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier = std::forward<KeyIdentifierT>(value); }
45 template<
typename KeyIdentifierT = Aws::String>
56 template<
typename PrimaryAccountNumberT = Aws::String>
57 void SetPrimaryAccountNumber(PrimaryAccountNumberT&& value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber = std::forward<PrimaryAccountNumberT>(value); }
58 template<
typename PrimaryAccountNumberT = Aws::String>
69 template<
typename VerificationAttributesT = CardVerificationAttributes>
70 void SetVerificationAttributes(VerificationAttributesT&& value) { m_verificationAttributesHasBeenSet =
true; m_verificationAttributes = std::forward<VerificationAttributesT>(value); }
71 template<
typename VerificationAttributesT = CardVerificationAttributes>
82 template<
typename Val
idationDataT = Aws::String>
83 void SetValidationData(ValidationDataT&& value) { m_validationDataHasBeenSet =
true; m_validationData = std::forward<ValidationDataT>(value); }
84 template<
typename Val
idationDataT = Aws::String>
90 bool m_keyIdentifierHasBeenSet =
false;
93 bool m_primaryAccountNumberHasBeenSet =
false;
96 bool m_verificationAttributesHasBeenSet =
false;
99 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