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/CardGenerationAttributes.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 GenerationAttributesT = CardGenerationAttributes>
79 m_generationAttributesHasBeenSet =
true;
80 m_generationAttributes = std::forward<GenerationAttributesT>(value);
82 template <
typename GenerationAttributesT = CardGenerationAttributes>
96 m_validationDataLengthHasBeenSet =
true;
97 m_validationDataLength = value;
111 int m_validationDataLength{0};
112 bool m_keyIdentifierHasBeenSet =
false;
113 bool m_primaryAccountNumberHasBeenSet =
false;
114 bool m_generationAttributesHasBeenSet =
false;
115 bool m_validationDataLengthHasBeenSet =
false;
bool PrimaryAccountNumberHasBeenSet() const
GenerateCardValidationDataRequest & WithPrimaryAccountNumber(PrimaryAccountNumberT &&value)
virtual const char * GetServiceRequestName() const override
const CardGenerationAttributes & GetGenerationAttributes() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateCardValidationDataRequest()=default
const Aws::String & GetKeyIdentifier() const
void SetPrimaryAccountNumber(PrimaryAccountNumberT &&value)
void SetValidationDataLength(int value)
GenerateCardValidationDataRequest & WithKeyIdentifier(KeyIdentifierT &&value)
void SetGenerationAttributes(GenerationAttributesT &&value)
bool KeyIdentifierHasBeenSet() const
bool GenerationAttributesHasBeenSet() const
void SetKeyIdentifier(KeyIdentifierT &&value)
int GetValidationDataLength() const
const Aws::String & GetPrimaryAccountNumber() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
bool ValidationDataLengthHasBeenSet() const
GenerateCardValidationDataRequest & WithGenerationAttributes(GenerationAttributesT &&value)
GenerateCardValidationDataRequest & WithValidationDataLength(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String