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/MacAttributes.h>
15namespace PaymentCryptographyData
42 template<
typename KeyIdentifierT = Aws::String>
43 void SetKeyIdentifier(KeyIdentifierT&& value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier = std::forward<KeyIdentifierT>(value); }
44 template<
typename KeyIdentifierT = Aws::String>
55 template<
typename MessageDataT = Aws::String>
56 void SetMessageData(MessageDataT&& value) { m_messageDataHasBeenSet =
true; m_messageData = std::forward<MessageDataT>(value); }
57 template<
typename MessageDataT = Aws::String>
68 template<
typename GenerationAttributesT = MacAttributes>
69 void SetGenerationAttributes(GenerationAttributesT&& value) { m_generationAttributesHasBeenSet =
true; m_generationAttributes = std::forward<GenerationAttributesT>(value); }
70 template<
typename GenerationAttributesT = MacAttributes>
80 inline void SetMacLength(
int value) { m_macLengthHasBeenSet =
true; m_macLength = value; }
86 bool m_keyIdentifierHasBeenSet =
false;
89 bool m_messageDataHasBeenSet =
false;
92 bool m_generationAttributesHasBeenSet =
false;
95 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