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 {
38 template <
typename KeyArnT = Aws::String>
40 m_keyArnHasBeenSet =
true;
41 m_keyArn = std::forward<KeyArnT>(value);
43 template <
typename KeyArnT = Aws::String>
58 template <
typename KeyCheckValueT = Aws::String>
60 m_keyCheckValueHasBeenSet =
true;
61 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
63 template <
typename KeyCheckValueT = Aws::String>
76 template <
typename AuthRequestCryptogramT = Aws::String>
78 m_authRequestCryptogramHasBeenSet =
true;
79 m_authRequestCryptogram = std::forward<AuthRequestCryptogramT>(value);
81 template <
typename AuthRequestCryptogramT = Aws::String>
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
113 bool m_keyArnHasBeenSet =
false;
114 bool m_keyCheckValueHasBeenSet =
false;
115 bool m_authRequestCryptogramHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetKeyCheckValue() const
void SetRequestId(RequestIdT &&value)
void SetAuthRequestCryptogram(AuthRequestCryptogramT &&value)
GenerateAuthRequestCryptogramResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetKeyArn() const
GenerateAuthRequestCryptogramResult & WithKeyArn(KeyArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetAuthRequestCryptogram() const
GenerateAuthRequestCryptogramResult & WithAuthRequestCryptogram(AuthRequestCryptogramT &&value)
void SetKeyCheckValue(KeyCheckValueT &&value)
GenerateAuthRequestCryptogramResult & WithKeyCheckValue(KeyCheckValueT &&value)
void SetKeyArn(KeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult()=default
const Aws::String & GetRequestId() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAuthRequestCryptogramResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue