AWS SDK for C++

AWS SDK for C++ Version 1.11.742

Loading...
Searching...
No Matches
TranslatePinDataResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace PaymentCryptographyData {
22namespace Model {
24 public:
25 AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult() = default;
28
30
33 inline const Aws::String& GetPinBlock() const { return m_pinBlock; }
34 template <typename PinBlockT = Aws::String>
35 void SetPinBlock(PinBlockT&& value) {
36 m_pinBlockHasBeenSet = true;
37 m_pinBlock = std::forward<PinBlockT>(value);
38 }
39 template <typename PinBlockT = Aws::String>
41 SetPinBlock(std::forward<PinBlockT>(value));
42 return *this;
43 }
45
47
52 inline const Aws::String& GetKeyArn() const { return m_keyArn; }
53 template <typename KeyArnT = Aws::String>
54 void SetKeyArn(KeyArnT&& value) {
55 m_keyArnHasBeenSet = true;
56 m_keyArn = std::forward<KeyArnT>(value);
57 }
58 template <typename KeyArnT = Aws::String>
60 SetKeyArn(std::forward<KeyArnT>(value));
61 return *this;
62 }
64
66
72 inline const Aws::String& GetKeyCheckValue() const { return m_keyCheckValue; }
73 template <typename KeyCheckValueT = Aws::String>
74 void SetKeyCheckValue(KeyCheckValueT&& value) {
75 m_keyCheckValueHasBeenSet = true;
76 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
77 }
78 template <typename KeyCheckValueT = Aws::String>
79 TranslatePinDataResult& WithKeyCheckValue(KeyCheckValueT&& value) {
80 SetKeyCheckValue(std::forward<KeyCheckValueT>(value));
81 return *this;
82 }
84
86
87 inline const Aws::String& GetRequestId() const { return m_requestId; }
88 template <typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) {
90 m_requestIdHasBeenSet = true;
91 m_requestId = std::forward<RequestIdT>(value);
92 }
93 template <typename RequestIdT = Aws::String>
95 SetRequestId(std::forward<RequestIdT>(value));
96 return *this;
97 }
99 private:
100 Aws::String m_pinBlock;
101
102 Aws::String m_keyArn;
103
104 Aws::String m_keyCheckValue;
105
106 Aws::String m_requestId;
107 bool m_pinBlockHasBeenSet = false;
108 bool m_keyArnHasBeenSet = false;
109 bool m_keyCheckValueHasBeenSet = false;
110 bool m_requestIdHasBeenSet = false;
111};
112
113} // namespace Model
114} // namespace PaymentCryptographyData
115} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TranslatePinDataResult & WithKeyCheckValue(KeyCheckValueT &&value)
TranslatePinDataResult & WithRequestId(RequestIdT &&value)
TranslatePinDataResult & WithPinBlock(PinBlockT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue