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
43 template<
typename KeyIdentifierT = Aws::String>
44 void SetKeyIdentifier(KeyIdentifierT&& value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier = std::forward<KeyIdentifierT>(value); }
45 template<
typename KeyIdentifierT = Aws::String>
56 template<
typename MessageDataT = Aws::String>
57 void SetMessageData(MessageDataT&& value) { m_messageDataHasBeenSet =
true; m_messageData = std::forward<MessageDataT>(value); }
58 template<
typename MessageDataT = Aws::String>
68 template<
typename MacT = Aws::String>
69 void SetMac(MacT&& value) { m_macHasBeenSet =
true; m_mac = std::forward<MacT>(value); }
70 template<
typename MacT = Aws::String>
81 template<
typename VerificationAttributesT = MacAttributes>
82 void SetVerificationAttributes(VerificationAttributesT&& value) { m_verificationAttributesHasBeenSet =
true; m_verificationAttributes = std::forward<VerificationAttributesT>(value); }
83 template<
typename VerificationAttributesT = MacAttributes>
93 inline void SetMacLength(
int value) { m_macLengthHasBeenSet =
true; m_macLength = value; }
99 bool m_keyIdentifierHasBeenSet =
false;
102 bool m_messageDataHasBeenSet =
false;
105 bool m_macHasBeenSet =
false;
108 bool m_verificationAttributesHasBeenSet =
false;
111 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