AWS SDK for C++

AWS SDK for C++ Version 1.11.779

Loading...
Searching...
No Matches
GenerateAs2805KekValidationResult.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 GenerateAs2805KekValidationResult() = default;
28 AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAs2805KekValidationResult& operator=(
30
32
36 inline const Aws::String& GetKeyArn() const { return m_keyArn; }
37 template <typename KeyArnT = Aws::String>
38 void SetKeyArn(KeyArnT&& value) {
39 m_keyArnHasBeenSet = true;
40 m_keyArn = std::forward<KeyArnT>(value);
41 }
42 template <typename KeyArnT = Aws::String>
44 SetKeyArn(std::forward<KeyArnT>(value));
45 return *this;
46 }
48
50
54 inline const Aws::String& GetKeyCheckValue() const { return m_keyCheckValue; }
55 template <typename KeyCheckValueT = Aws::String>
56 void SetKeyCheckValue(KeyCheckValueT&& value) {
57 m_keyCheckValueHasBeenSet = true;
58 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
59 }
60 template <typename KeyCheckValueT = Aws::String>
62 SetKeyCheckValue(std::forward<KeyCheckValueT>(value));
63 return *this;
64 }
66
68
71 inline const Aws::String& GetRandomKeySend() const { return m_randomKeySend; }
72 template <typename RandomKeySendT = Aws::String>
73 void SetRandomKeySend(RandomKeySendT&& value) {
74 m_randomKeySendHasBeenSet = true;
75 m_randomKeySend = std::forward<RandomKeySendT>(value);
76 }
77 template <typename RandomKeySendT = Aws::String>
79 SetRandomKeySend(std::forward<RandomKeySendT>(value));
80 return *this;
81 }
83
85
89 inline const Aws::String& GetRandomKeyReceive() const { return m_randomKeyReceive; }
90 template <typename RandomKeyReceiveT = Aws::String>
91 void SetRandomKeyReceive(RandomKeyReceiveT&& value) {
92 m_randomKeyReceiveHasBeenSet = true;
93 m_randomKeyReceive = std::forward<RandomKeyReceiveT>(value);
94 }
95 template <typename RandomKeyReceiveT = Aws::String>
97 SetRandomKeyReceive(std::forward<RandomKeyReceiveT>(value));
98 return *this;
99 }
101
103
104 inline const Aws::String& GetRequestId() const { return m_requestId; }
105 template <typename RequestIdT = Aws::String>
106 void SetRequestId(RequestIdT&& value) {
107 m_requestIdHasBeenSet = true;
108 m_requestId = std::forward<RequestIdT>(value);
109 }
110 template <typename RequestIdT = Aws::String>
112 SetRequestId(std::forward<RequestIdT>(value));
113 return *this;
114 }
116 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
117
118 private:
119 Aws::String m_keyArn;
120
121 Aws::String m_keyCheckValue;
122
123 Aws::String m_randomKeySend;
124
125 Aws::String m_randomKeyReceive;
126
127 Aws::String m_requestId;
128 Aws::Http::HttpResponseCode m_HttpResponseCode;
129 bool m_keyArnHasBeenSet = false;
130 bool m_keyCheckValueHasBeenSet = false;
131 bool m_randomKeySendHasBeenSet = false;
132 bool m_randomKeyReceiveHasBeenSet = false;
133 bool m_requestIdHasBeenSet = false;
134};
135
136} // namespace Model
137} // namespace PaymentCryptographyData
138} // namespace Aws
GenerateAs2805KekValidationResult & WithKeyCheckValue(KeyCheckValueT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAs2805KekValidationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GenerateAs2805KekValidationResult & WithRandomKeySend(RandomKeySendT &&value)
GenerateAs2805KekValidationResult & WithRandomKeyReceive(RandomKeyReceiveT &&value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAs2805KekValidationResult()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAs2805KekValidationResult & 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