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 {
39 template <
typename KeyIdentifierT = Aws::String>
41 m_keyIdentifierHasBeenSet =
true;
42 m_keyIdentifier = std::forward<KeyIdentifierT>(value);
44 template <
typename KeyIdentifierT = Aws::String>
58 template <
typename MessageDataT = Aws::String>
60 m_messageDataHasBeenSet =
true;
61 m_messageData = std::forward<MessageDataT>(value);
63 template <
typename MessageDataT = Aws::String>
76 template <
typename MacT = Aws::String>
78 m_macHasBeenSet =
true;
79 m_mac = std::forward<MacT>(value);
81 template <
typename MacT = Aws::String>
83 SetMac(std::forward<MacT>(value));
95 template <
typename VerificationAttributesT = MacAttributes>
97 m_verificationAttributesHasBeenSet =
true;
98 m_verificationAttributes = std::forward<VerificationAttributesT>(value);
100 template <
typename VerificationAttributesT = MacAttributes>
114 m_macLengthHasBeenSet =
true;
132 bool m_keyIdentifierHasBeenSet =
false;
133 bool m_messageDataHasBeenSet =
false;
134 bool m_macHasBeenSet =
false;
135 bool m_verificationAttributesHasBeenSet =
false;
136 bool m_macLengthHasBeenSet =
false;
const Aws::String & GetKeyIdentifier() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyMacRequest()=default
VerifyMacRequest & WithKeyIdentifier(KeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMessageData() const
bool MacHasBeenSet() const
void SetMessageData(MessageDataT &&value)
bool MessageDataHasBeenSet() const
void SetMac(MacT &&value)
const MacAttributes & GetVerificationAttributes() const
VerifyMacRequest & WithMacLength(int value)
bool VerificationAttributesHasBeenSet() const
bool KeyIdentifierHasBeenSet() const
void SetKeyIdentifier(KeyIdentifierT &&value)
void SetMacLength(int value)
bool MacLengthHasBeenSet() const
VerifyMacRequest & WithMac(MacT &&value)
VerifyMacRequest & WithVerificationAttributes(VerificationAttributesT &&value)
void SetVerificationAttributes(VerificationAttributesT &&value)
VerifyMacRequest & WithMessageData(MessageDataT &&value)
const Aws::String & GetMac() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String