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/CardGenerationAttributes.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 GenerationAttributesT = CardGenerationAttributes>
70 void SetGenerationAttributes(GenerationAttributesT&& value) { m_generationAttributesHasBeenSet =
true; m_generationAttributes = std::forward<GenerationAttributesT>(value); }
71 template<
typename GenerationAttributesT = CardGenerationAttributes>
81 inline void SetValidationDataLength(
int value) { m_validationDataLengthHasBeenSet =
true; m_validationDataLength = value; }
87 bool m_keyIdentifierHasBeenSet =
false;
90 bool m_primaryAccountNumberHasBeenSet =
false;
93 bool m_generationAttributesHasBeenSet =
false;
95 int m_validationDataLength{0};
96 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