AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
GenerateAs2805KekValidationResult.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 GenerateAs2805KekValidationResult() = default;
27 AWS_PAYMENTCRYPTOGRAPHYDATA_API GenerateAs2805KekValidationResult& operator=(
29
31
35 inline const Aws::String& GetKeyArn() const { return m_keyArn; }
36 template <typename KeyArnT = Aws::String>
37 void SetKeyArn(KeyArnT&& value) {
38 m_keyArnHasBeenSet = true;
39 m_keyArn = std::forward<KeyArnT>(value);
40 }
41 template <typename KeyArnT = Aws::String>
43 SetKeyArn(std::forward<KeyArnT>(value));
44 return *this;
45 }
47
49
53 inline const Aws::String& GetKeyCheckValue() const { return m_keyCheckValue; }
54 template <typename KeyCheckValueT = Aws::String>
55 void SetKeyCheckValue(KeyCheckValueT&& value) {
56 m_keyCheckValueHasBeenSet = true;
57 m_keyCheckValue = std::forward<KeyCheckValueT>(value);
58 }
59 template <typename KeyCheckValueT = Aws::String>
61 SetKeyCheckValue(std::forward<KeyCheckValueT>(value));
62 return *this;
63 }
65
67
70 inline const Aws::String& GetRandomKeySend() const { return m_randomKeySend; }
71 template <typename RandomKeySendT = Aws::String>
72 void SetRandomKeySend(RandomKeySendT&& value) {
73 m_randomKeySendHasBeenSet = true;
74 m_randomKeySend = std::forward<RandomKeySendT>(value);
75 }
76 template <typename RandomKeySendT = Aws::String>
78 SetRandomKeySend(std::forward<RandomKeySendT>(value));
79 return *this;
80 }
82
84
88 inline const Aws::String& GetRandomKeyReceive() const { return m_randomKeyReceive; }
89 template <typename RandomKeyReceiveT = Aws::String>
90 void SetRandomKeyReceive(RandomKeyReceiveT&& value) {
91 m_randomKeyReceiveHasBeenSet = true;
92 m_randomKeyReceive = std::forward<RandomKeyReceiveT>(value);
93 }
94 template <typename RandomKeyReceiveT = Aws::String>
96 SetRandomKeyReceive(std::forward<RandomKeyReceiveT>(value));
97 return *this;
98 }
100
102
103 inline const Aws::String& GetRequestId() const { return m_requestId; }
104 template <typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) {
106 m_requestIdHasBeenSet = true;
107 m_requestId = std::forward<RequestIdT>(value);
108 }
109 template <typename RequestIdT = Aws::String>
111 SetRequestId(std::forward<RequestIdT>(value));
112 return *this;
113 }
115 private:
116 Aws::String m_keyArn;
117
118 Aws::String m_keyCheckValue;
119
120 Aws::String m_randomKeySend;
121
122 Aws::String m_randomKeyReceive;
123
124 Aws::String m_requestId;
125 bool m_keyArnHasBeenSet = false;
126 bool m_keyCheckValueHasBeenSet = false;
127 bool m_randomKeySendHasBeenSet = false;
128 bool m_randomKeyReceiveHasBeenSet = false;
129 bool m_requestIdHasBeenSet = false;
130};
131
132} // namespace Model
133} // namespace PaymentCryptographyData
134} // 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