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/MacAttributes.h>
15namespace PaymentCryptographyData {
38 template <
typename KeyIdentifierT = Aws::String>
40 m_keyIdentifierHasBeenSet =
true;
41 m_keyIdentifier = std::forward<KeyIdentifierT>(value);
43 template <
typename KeyIdentifierT = Aws::String>
57 template <
typename MessageDataT = Aws::String>
59 m_messageDataHasBeenSet =
true;
60 m_messageData = std::forward<MessageDataT>(value);
62 template <
typename MessageDataT = Aws::String>
76 template <
typename GenerationAttributesT = MacAttributes>
78 m_generationAttributesHasBeenSet =
true;
79 m_generationAttributes = std::forward<GenerationAttributesT>(value);
81 template <
typename GenerationAttributesT = MacAttributes>
95 m_macLengthHasBeenSet =
true;
111 bool m_keyIdentifierHasBeenSet =
false;
112 bool m_messageDataHasBeenSet =
false;
113 bool m_generationAttributesHasBeenSet =
false;
114 bool m_macLengthHasBeenSet =
false;
GenerateMacRequest & WithMacLength(int value)
virtual const char * GetServiceRequestName() const override
GenerateMacRequest & WithGenerationAttributes(GenerationAttributesT &&value)
const Aws::String & GetKeyIdentifier() const
bool MessageDataHasBeenSet() const
GenerateMacRequest & WithKeyIdentifier(KeyIdentifierT &&value)
bool MacLengthHasBeenSet() const
void SetMessageData(MessageDataT &&value)
const Aws::String & GetMessageData() const
bool GenerationAttributesHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetGenerationAttributes(GenerationAttributesT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacRequest()=default
const MacAttributes & GetGenerationAttributes() const
void SetKeyIdentifier(KeyIdentifierT &&value)
void SetMacLength(int value)
GenerateMacRequest & WithMessageData(MessageDataT &&value)
bool KeyIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String