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
44 inline void SetKeyIdentifier(
const char* value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier.assign(value); }
59 inline void SetMessageData(
const char* value) { m_messageDataHasBeenSet =
true; m_messageData.assign(value); }
84 inline void SetMacLength(
int value) { m_macLengthHasBeenSet =
true; m_macLength = value; }
90 bool m_keyIdentifierHasBeenSet =
false;
93 bool m_messageDataHasBeenSet =
false;
96 bool m_generationAttributesHasBeenSet =
false;
99 bool m_macLengthHasBeenSet =
false;
GenerateMacRequest & WithMessageData(const char *value)
void SetKeyIdentifier(const char *value)
GenerateMacRequest & WithGenerationAttributes(MacAttributes &&value)
void SetGenerationAttributes(const MacAttributes &value)
GenerateMacRequest & WithKeyIdentifier(const Aws::String &value)
GenerateMacRequest & WithMacLength(int value)
virtual const char * GetServiceRequestName() const override
void SetMessageData(const Aws::String &value)
GenerateMacRequest & WithMessageData(Aws::String &&value)
GenerateMacRequest & WithKeyIdentifier(const char *value)
const Aws::String & GetKeyIdentifier() const
bool MessageDataHasBeenSet() const
bool MacLengthHasBeenSet() const
void SetMessageData(Aws::String &&value)
const Aws::String & GetMessageData() const
GenerateMacRequest & WithGenerationAttributes(const MacAttributes &value)
void SetMessageData(const char *value)
bool GenerationAttributesHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetKeyIdentifier(Aws::String &&value)
const MacAttributes & GetGenerationAttributes() const
void SetMacLength(int value)
GenerateMacRequest & WithMessageData(const Aws::String &value)
bool KeyIdentifierHasBeenSet() const
void SetKeyIdentifier(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacRequest()
GenerateMacRequest & WithKeyIdentifier(Aws::String &&value)
void SetGenerationAttributes(MacAttributes &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String