AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
TranslatePinDataResult.h
1
6#pragma once
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>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace PaymentCryptographyData {
23namespace Model {
25 public:
26 AWS_PAYMENTCRYPTOGRAPHYDATA_API TranslatePinDataResult() = default;
29
31
34 inline const Aws::String& GetPinBlock() const { return m_pinBlock; }
35 template <typename PinBlockT = Aws::String>
36 void SetPinBlock(PinBlockT&& value) {
37 m_pinBlockHasBeenSet = true;
38 m_pinBlock = std::forward<PinBlockT>(value);
39 }
40 template <typename PinBlockT = Aws::String>
42 SetPinBlock(std::forward<PinBlockT>(value));
43 return *this;
44 }
46
48
53 inline const Aws::String& GetKeyArn() const { return m_keyArn; }
54 template <typename KeyArnT = Aws::String>
55 void SetKeyArn(KeyArnT&& value) {
56 m_keyArnHasBeenSet = true;
57 m_keyArn = std::forward<KeyArnT>(value);
58 }
59 template <typename KeyArnT = Aws::String>
61 SetKeyArn(std::forward<KeyArnT>(value));
62 return *this;
63 }
65
67
73 inline const Aws::String& GetKeyCheckValue() const { return m_keyCheckValue; }
74 template <typename KeyCheckValueT = Aws::String>
75 void SetKeyCheckValue(KeyCheckValueT&& value) {
76 m_keyCheckValueHasBeenSet = true;
77 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
78 }
79 template <typename KeyCheckValueT = Aws::String>
80 TranslatePinDataResult& WithKeyCheckValue(KeyCheckValueT&& value) {
81 SetKeyCheckValue(std::forward<KeyCheckValueT>(value));
82 return *this;
83 }
85
87
88 inline const Aws::String& GetRequestId() const { return m_requestId; }
89 template <typename RequestIdT = Aws::String>
90 void SetRequestId(RequestIdT&& value) {
91 m_requestIdHasBeenSet = true;
92 m_requestId = std::forward<RequestIdT>(value);
93 }
94 template <typename RequestIdT = Aws::String>
96 SetRequestId(std::forward<RequestIdT>(value));
97 return *this;
98 }
100 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
101
102 private:
103 Aws::String m_pinBlock;
104
105 Aws::String m_keyArn;
106
107 Aws::String m_keyCheckValue;
108
109 Aws::String m_requestId;
110 Aws::Http::HttpResponseCode m_HttpResponseCode;
111 bool m_pinBlockHasBeenSet = false;
112 bool m_keyArnHasBeenSet = false;
113 bool m_keyCheckValueHasBeenSet = false;
114 bool m_requestIdHasBeenSet = false;
115};
116
117} // namespace Model
118} // namespace PaymentCryptographyData
119} // 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