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>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_keyArnHasBeenSet =
false;
88 bool m_keyCheckValueHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetKeyArn(KeyArnT &&value)
const Aws::String & GetKeyArn() const
VerifyMacResult & WithRequestId(RequestIdT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyMacResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
VerifyMacResult & WithKeyArn(KeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyMacResult()=default
const Aws::String & GetKeyCheckValue() const
VerifyMacResult & WithKeyCheckValue(KeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerifyMacResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetKeyCheckValue(KeyCheckValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue