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/PinGenerationAttributes.h>
11#include <aws/payment-cryptography-data/model/PinBlockFormatForPinData.h>
12#include <aws/payment-cryptography-data/model/WrappedKey.h>
17namespace PaymentCryptographyData
47 inline void SetGenerationKeyIdentifier(
const char* value) { m_generationKeyIdentifierHasBeenSet =
true; m_generationKeyIdentifier.assign(value); }
63 inline void SetEncryptionKeyIdentifier(
const char* value) { m_encryptionKeyIdentifierHasBeenSet =
true; m_encryptionKeyIdentifier.assign(value); }
87 inline void SetPinDataLength(
int value) { m_pinDataLengthHasBeenSet =
true; m_pinDataLength = value; }
100 inline void SetPrimaryAccountNumber(
const char* value) { m_primaryAccountNumberHasBeenSet =
true; m_primaryAccountNumber.assign(value); }
137 bool m_generationKeyIdentifierHasBeenSet =
false;
140 bool m_encryptionKeyIdentifierHasBeenSet =
false;
143 bool m_generationAttributesHasBeenSet =
false;
146 bool m_pinDataLengthHasBeenSet =
false;
149 bool m_primaryAccountNumberHasBeenSet =
false;
152 bool m_pinBlockFormatHasBeenSet =
false;
155 bool m_encryptionWrappedKeyHasBeenSet =
false;
void SetPrimaryAccountNumber(const char *value)
GeneratePinDataRequest & WithEncryptionWrappedKey(const WrappedKey &value)
GeneratePinDataRequest & WithPrimaryAccountNumber(const Aws::String &value)
GeneratePinDataRequest & WithGenerationKeyIdentifier(const Aws::String &value)
bool GenerationAttributesHasBeenSet() const
void SetGenerationKeyIdentifier(Aws::String &&value)
bool GenerationKeyIdentifierHasBeenSet() const
void SetPinBlockFormat(const PinBlockFormatForPinData &value)
void SetPrimaryAccountNumber(const Aws::String &value)
GeneratePinDataRequest & WithPinDataLength(int value)
void SetEncryptionKeyIdentifier(const Aws::String &value)
bool EncryptionKeyIdentifierHasBeenSet() const
void SetGenerationKeyIdentifier(const Aws::String &value)
void SetGenerationAttributes(PinGenerationAttributes &&value)
void SetGenerationAttributes(const PinGenerationAttributes &value)
int GetPinDataLength() const
GeneratePinDataRequest & WithPinBlockFormat(PinBlockFormatForPinData &&value)
void SetEncryptionWrappedKey(WrappedKey &&value)
GeneratePinDataRequest & WithEncryptionKeyIdentifier(Aws::String &&value)
GeneratePinDataRequest & WithEncryptionKeyIdentifier(const Aws::String &value)
GeneratePinDataRequest & WithPrimaryAccountNumber(const char *value)
const PinBlockFormatForPinData & GetPinBlockFormat() const
void SetEncryptionWrappedKey(const WrappedKey &value)
void SetEncryptionKeyIdentifier(Aws::String &&value)
void SetPrimaryAccountNumber(Aws::String &&value)
const Aws::String & GetPrimaryAccountNumber() const
bool PrimaryAccountNumberHasBeenSet() const
GeneratePinDataRequest & WithPrimaryAccountNumber(Aws::String &&value)
void SetPinDataLength(int value)
bool PinDataLengthHasBeenSet() const
bool PinBlockFormatHasBeenSet() const
const WrappedKey & GetEncryptionWrappedKey() const
GeneratePinDataRequest & WithGenerationAttributes(const PinGenerationAttributes &value)
GeneratePinDataRequest & WithPinBlockFormat(const PinBlockFormatForPinData &value)
const PinGenerationAttributes & GetGenerationAttributes() const
GeneratePinDataRequest & WithGenerationAttributes(PinGenerationAttributes &&value)
GeneratePinDataRequest & WithGenerationKeyIdentifier(const char *value)
const Aws::String & GetGenerationKeyIdentifier() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API GeneratePinDataRequest()
virtual const char * GetServiceRequestName() const override
GeneratePinDataRequest & WithGenerationKeyIdentifier(Aws::String &&value)
const Aws::String & GetEncryptionKeyIdentifier() const
void SetPinBlockFormat(PinBlockFormatForPinData &&value)
bool EncryptionWrappedKeyHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetEncryptionKeyIdentifier(const char *value)
GeneratePinDataRequest & WithEncryptionKeyIdentifier(const char *value)
GeneratePinDataRequest & WithEncryptionWrappedKey(WrappedKey &&value)
void SetGenerationKeyIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String