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 {
35 template <
typename PinBlockT = Aws::String>
37 m_pinBlockHasBeenSet =
true;
38 m_pinBlock = std::forward<PinBlockT>(value);
40 template <
typename PinBlockT = Aws::String>
54 template <
typename KeyArnT = Aws::String>
56 m_keyArnHasBeenSet =
true;
57 m_keyArn = std::forward<KeyArnT>(value);
59 template <
typename KeyArnT = Aws::String>
74 template <
typename KeyCheckValueT = Aws::String>
76 m_keyCheckValueHasBeenSet =
true;
77 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
79 template <
typename KeyCheckValueT = Aws::String>
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_pinBlockHasBeenSet =
false;
112 bool m_keyArnHasBeenSet =
false;
113 bool m_keyCheckValueHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
TranslatePinDataResult & WithKeyArn(KeyArnT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult()=default
const Aws::String & GetKeyArn() const
void SetPinBlock(PinBlockT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKeyArn(KeyArnT &&value)
TranslatePinDataResult & WithKeyCheckValue(KeyCheckValueT &&value)
TranslatePinDataResult & WithRequestId(RequestIdT &&value)
TranslatePinDataResult & WithPinBlock(PinBlockT &&value)
const Aws::String & GetKeyCheckValue() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetKeyCheckValue(KeyCheckValueT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetPinBlock() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue