7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PaymentCryptographyData {
36 template <
typename KeyArnT = Aws::String>
38 m_keyArnHasBeenSet =
true;
39 m_keyArn = std::forward<KeyArnT>(value);
41 template <
typename KeyArnT = Aws::String>
56 template <
typename KeyCheckValueT = Aws::String>
58 m_keyCheckValueHasBeenSet =
true;
59 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
61 template <
typename KeyCheckValueT = Aws::String>
74 template <
typename MacT = Aws::String>
76 m_macHasBeenSet =
true;
77 m_mac = std::forward<MacT>(value);
79 template <
typename MacT = Aws::String>
81 SetMac(std::forward<MacT>(value));
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
111 bool m_keyArnHasBeenSet =
false;
112 bool m_keyCheckValueHasBeenSet =
false;
113 bool m_macHasBeenSet =
false;
114 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::Http::HttpResponseCode GetHttpResponseCode() 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