7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace PaymentCryptographyData
40 template<
typename PinBlockT = Aws::String>
41 void SetPinBlock(PinBlockT&& value) { m_pinBlockHasBeenSet =
true; m_pinBlock = std::forward<PinBlockT>(value); }
42 template<
typename PinBlockT = Aws::String>
53 template<
typename KeyArnT = Aws::String>
54 void SetKeyArn(KeyArnT&& value) { m_keyArnHasBeenSet =
true; m_keyArn = std::forward<KeyArnT>(value); }
55 template<
typename KeyArnT = Aws::String>
67 template<
typename KeyCheckValueT = Aws::String>
68 void SetKeyCheckValue(KeyCheckValueT&& value) { m_keyCheckValueHasBeenSet =
true; m_keyCheckValue = std::forward<KeyCheckValueT>(value); }
69 template<
typename KeyCheckValueT = Aws::String>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_pinBlockHasBeenSet =
false;
87 bool m_keyArnHasBeenSet =
false;
90 bool m_keyCheckValueHasBeenSet =
false;
93 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
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