7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace PaymentCryptographyData {
35 template <
typename KeyArnT = Aws::String>
37 m_keyArnHasBeenSet =
true;
38 m_keyArn = std::forward<KeyArnT>(value);
40 template <
typename KeyArnT = Aws::String>
55 template <
typename KeyCheckValueT = Aws::String>
57 m_keyCheckValueHasBeenSet =
true;
58 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
60 template <
typename KeyCheckValueT = Aws::String>
73 template <
typename MacT = Aws::String>
75 m_macHasBeenSet =
true;
76 m_mac = std::forward<MacT>(value);
78 template <
typename MacT = Aws::String>
80 SetMac(std::forward<MacT>(value));
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
107 bool m_keyArnHasBeenSet =
false;
108 bool m_keyCheckValueHasBeenSet =
false;
109 bool m_macHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GenerateMacResult & WithKeyCheckValue(KeyCheckValueT &&value)
GenerateMacResult & WithMac(MacT &&value)
const Aws::String & GetMac() const
const Aws::String & GetKeyCheckValue() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacResult()=default
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateMacResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKeyArn(KeyArnT &&value)
void SetMac(MacT &&value)
GenerateMacResult & WithRequestId(RequestIdT &&value)
GenerateMacResult & WithKeyArn(KeyArnT &&value)
const Aws::String & GetKeyArn() const
void SetKeyCheckValue(KeyCheckValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue