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
45 inline void SetKeyIdentifier(
const char* value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier.assign(value); }
60 inline void SetMessageData(
const char* value) { m_messageDataHasBeenSet =
true; m_messageData.assign(value); }
73 inline void SetMac(
Aws::String&& value) { m_macHasBeenSet =
true; m_mac = std::move(value); }
74 inline void SetMac(
const char* value) { m_macHasBeenSet =
true; m_mac.assign(value); }
99 inline void SetMacLength(
int value) { m_macLengthHasBeenSet =
true; m_macLength = value; }
105 bool m_keyIdentifierHasBeenSet =
false;
108 bool m_messageDataHasBeenSet =
false;
111 bool m_macHasBeenSet =
false;
114 bool m_verificationAttributesHasBeenSet =
false;
117 bool m_macLengthHasBeenSet =
false;
const Aws::String & GetKeyIdentifier() const
void SetMessageData(const char *value)
VerifyMacRequest & WithMessageData(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
void SetKeyIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetKeyIdentifier(const char *value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyMacRequest()
VerifyMacRequest & WithVerificationAttributes(MacAttributes &&value)
const Aws::String & GetMessageData() const
bool MacHasBeenSet() const
void SetVerificationAttributes(MacAttributes &&value)
VerifyMacRequest & WithKeyIdentifier(const char *value)
bool MessageDataHasBeenSet() const
VerifyMacRequest & WithMac(const Aws::String &value)
VerifyMacRequest & WithKeyIdentifier(const Aws::String &value)
const MacAttributes & GetVerificationAttributes() const
VerifyMacRequest & WithMac(const char *value)
VerifyMacRequest & WithMacLength(int value)
bool VerificationAttributesHasBeenSet() const
void SetMessageData(const Aws::String &value)
bool KeyIdentifierHasBeenSet() const
void SetMacLength(int value)
bool MacLengthHasBeenSet() const
VerifyMacRequest & WithMessageData(const char *value)
void SetMac(const Aws::String &value)
void SetMac(Aws::String &&value)
void SetMessageData(Aws::String &&value)
VerifyMacRequest & WithMessageData(Aws::String &&value)
void SetVerificationAttributes(const MacAttributes &value)
void SetKeyIdentifier(Aws::String &&value)
void SetMac(const char *value)
VerifyMacRequest & WithMac(Aws::String &&value)
const Aws::String & GetMac() const
VerifyMacRequest & WithVerificationAttributes(const MacAttributes &value)
VerifyMacRequest & WithKeyIdentifier(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String