AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IdMappingTable.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanrooms/model/IdMappingTableInputReferenceConfig.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/cleanrooms/model/IdMappingTableInputReferenceProperties.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace CleanRooms
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_CLEANROOMS_API IdMappingTable();
39 AWS_CLEANROOMS_API IdMappingTable(Aws::Utils::Json::JsonView jsonValue);
40 AWS_CLEANROOMS_API IdMappingTable& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetId() const{ return m_id; }
49 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
50 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
51 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
52 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
53 inline IdMappingTable& WithId(const Aws::String& value) { SetId(value); return *this;}
54 inline IdMappingTable& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
55 inline IdMappingTable& WithId(const char* value) { SetId(value); return *this;}
57
59
62 inline const Aws::String& GetArn() const{ return m_arn; }
63 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
64 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
65 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
66 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
67 inline IdMappingTable& WithArn(const Aws::String& value) { SetArn(value); return *this;}
68 inline IdMappingTable& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
69 inline IdMappingTable& WithArn(const char* value) { SetArn(value); return *this;}
71
73
76 inline const IdMappingTableInputReferenceConfig& GetInputReferenceConfig() const{ return m_inputReferenceConfig; }
77 inline bool InputReferenceConfigHasBeenSet() const { return m_inputReferenceConfigHasBeenSet; }
78 inline void SetInputReferenceConfig(const IdMappingTableInputReferenceConfig& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = value; }
79 inline void SetInputReferenceConfig(IdMappingTableInputReferenceConfig&& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = std::move(value); }
83
85
89 inline const Aws::String& GetMembershipId() const{ return m_membershipId; }
90 inline bool MembershipIdHasBeenSet() const { return m_membershipIdHasBeenSet; }
91 inline void SetMembershipId(const Aws::String& value) { m_membershipIdHasBeenSet = true; m_membershipId = value; }
92 inline void SetMembershipId(Aws::String&& value) { m_membershipIdHasBeenSet = true; m_membershipId = std::move(value); }
93 inline void SetMembershipId(const char* value) { m_membershipIdHasBeenSet = true; m_membershipId.assign(value); }
94 inline IdMappingTable& WithMembershipId(const Aws::String& value) { SetMembershipId(value); return *this;}
95 inline IdMappingTable& WithMembershipId(Aws::String&& value) { SetMembershipId(std::move(value)); return *this;}
96 inline IdMappingTable& WithMembershipId(const char* value) { SetMembershipId(value); return *this;}
98
100
104 inline const Aws::String& GetMembershipArn() const{ return m_membershipArn; }
105 inline bool MembershipArnHasBeenSet() const { return m_membershipArnHasBeenSet; }
106 inline void SetMembershipArn(const Aws::String& value) { m_membershipArnHasBeenSet = true; m_membershipArn = value; }
107 inline void SetMembershipArn(Aws::String&& value) { m_membershipArnHasBeenSet = true; m_membershipArn = std::move(value); }
108 inline void SetMembershipArn(const char* value) { m_membershipArnHasBeenSet = true; m_membershipArn.assign(value); }
109 inline IdMappingTable& WithMembershipArn(const Aws::String& value) { SetMembershipArn(value); return *this;}
110 inline IdMappingTable& WithMembershipArn(Aws::String&& value) { SetMembershipArn(std::move(value)); return *this;}
111 inline IdMappingTable& WithMembershipArn(const char* value) { SetMembershipArn(value); return *this;}
113
115
119 inline const Aws::String& GetCollaborationId() const{ return m_collaborationId; }
120 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
121 inline void SetCollaborationId(const Aws::String& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = value; }
122 inline void SetCollaborationId(Aws::String&& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = std::move(value); }
123 inline void SetCollaborationId(const char* value) { m_collaborationIdHasBeenSet = true; m_collaborationId.assign(value); }
124 inline IdMappingTable& WithCollaborationId(const Aws::String& value) { SetCollaborationId(value); return *this;}
125 inline IdMappingTable& WithCollaborationId(Aws::String&& value) { SetCollaborationId(std::move(value)); return *this;}
126 inline IdMappingTable& WithCollaborationId(const char* value) { SetCollaborationId(value); return *this;}
128
130
134 inline const Aws::String& GetCollaborationArn() const{ return m_collaborationArn; }
135 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
136 inline void SetCollaborationArn(const Aws::String& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = value; }
137 inline void SetCollaborationArn(Aws::String&& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = std::move(value); }
138 inline void SetCollaborationArn(const char* value) { m_collaborationArnHasBeenSet = true; m_collaborationArn.assign(value); }
139 inline IdMappingTable& WithCollaborationArn(const Aws::String& value) { SetCollaborationArn(value); return *this;}
140 inline IdMappingTable& WithCollaborationArn(Aws::String&& value) { SetCollaborationArn(std::move(value)); return *this;}
141 inline IdMappingTable& WithCollaborationArn(const char* value) { SetCollaborationArn(value); return *this;}
143
145
148 inline const Aws::String& GetDescription() const{ return m_description; }
149 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
150 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
151 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
152 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
153 inline IdMappingTable& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
154 inline IdMappingTable& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
155 inline IdMappingTable& WithDescription(const char* value) { SetDescription(value); return *this;}
157
159
162 inline const Aws::String& GetName() const{ return m_name; }
163 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
164 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
165 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
166 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
167 inline IdMappingTable& WithName(const Aws::String& value) { SetName(value); return *this;}
168 inline IdMappingTable& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
169 inline IdMappingTable& WithName(const char* value) { SetName(value); return *this;}
171
173
176 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
177 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
178 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; }
179 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); }
180 inline IdMappingTable& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
181 inline IdMappingTable& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
183
185
188 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
189 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
190 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; }
191 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); }
192 inline IdMappingTable& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;}
193 inline IdMappingTable& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
195
197
200 inline const IdMappingTableInputReferenceProperties& GetInputReferenceProperties() const{ return m_inputReferenceProperties; }
201 inline bool InputReferencePropertiesHasBeenSet() const { return m_inputReferencePropertiesHasBeenSet; }
202 inline void SetInputReferenceProperties(const IdMappingTableInputReferenceProperties& value) { m_inputReferencePropertiesHasBeenSet = true; m_inputReferenceProperties = value; }
203 inline void SetInputReferenceProperties(IdMappingTableInputReferenceProperties&& value) { m_inputReferencePropertiesHasBeenSet = true; m_inputReferenceProperties = std::move(value); }
207
209
212 inline const Aws::String& GetKmsKeyArn() const{ return m_kmsKeyArn; }
213 inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; }
214 inline void SetKmsKeyArn(const Aws::String& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = value; }
215 inline void SetKmsKeyArn(Aws::String&& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = std::move(value); }
216 inline void SetKmsKeyArn(const char* value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn.assign(value); }
217 inline IdMappingTable& WithKmsKeyArn(const Aws::String& value) { SetKmsKeyArn(value); return *this;}
218 inline IdMappingTable& WithKmsKeyArn(Aws::String&& value) { SetKmsKeyArn(std::move(value)); return *this;}
219 inline IdMappingTable& WithKmsKeyArn(const char* value) { SetKmsKeyArn(value); return *this;}
221 private:
222
223 Aws::String m_id;
224 bool m_idHasBeenSet = false;
225
226 Aws::String m_arn;
227 bool m_arnHasBeenSet = false;
228
229 IdMappingTableInputReferenceConfig m_inputReferenceConfig;
230 bool m_inputReferenceConfigHasBeenSet = false;
231
232 Aws::String m_membershipId;
233 bool m_membershipIdHasBeenSet = false;
234
235 Aws::String m_membershipArn;
236 bool m_membershipArnHasBeenSet = false;
237
238 Aws::String m_collaborationId;
239 bool m_collaborationIdHasBeenSet = false;
240
241 Aws::String m_collaborationArn;
242 bool m_collaborationArnHasBeenSet = false;
243
244 Aws::String m_description;
245 bool m_descriptionHasBeenSet = false;
246
247 Aws::String m_name;
248 bool m_nameHasBeenSet = false;
249
250 Aws::Utils::DateTime m_createTime;
251 bool m_createTimeHasBeenSet = false;
252
253 Aws::Utils::DateTime m_updateTime;
254 bool m_updateTimeHasBeenSet = false;
255
256 IdMappingTableInputReferenceProperties m_inputReferenceProperties;
257 bool m_inputReferencePropertiesHasBeenSet = false;
258
259 Aws::String m_kmsKeyArn;
260 bool m_kmsKeyArnHasBeenSet = false;
261 };
262
263} // namespace Model
264} // namespace CleanRooms
265} // namespace Aws
IdMappingTable & WithCreateTime(const Aws::Utils::DateTime &value)
IdMappingTable & WithCollaborationArn(const Aws::String &value)
IdMappingTable & WithMembershipArn(Aws::String &&value)
void SetCollaborationId(Aws::String &&value)
void SetInputReferenceConfig(IdMappingTableInputReferenceConfig &&value)
void SetArn(const Aws::String &value)
const Aws::String & GetMembershipId() const
const Aws::Utils::DateTime & GetCreateTime() const
IdMappingTable & WithKmsKeyArn(const char *value)
IdMappingTable & WithMembershipArn(const char *value)
const Aws::String & GetDescription() const
void SetCollaborationId(const char *value)
void SetMembershipId(const Aws::String &value)
void SetInputReferenceProperties(const IdMappingTableInputReferenceProperties &value)
const Aws::String & GetArn() const
const Aws::String & GetName() const
IdMappingTable & WithKmsKeyArn(const Aws::String &value)
void SetCollaborationId(const Aws::String &value)
void SetName(const Aws::String &value)
void SetKmsKeyArn(const Aws::String &value)
IdMappingTable & WithId(Aws::String &&value)
IdMappingTable & WithName(Aws::String &&value)
const Aws::String & GetId() const
void SetUpdateTime(Aws::Utils::DateTime &&value)
void SetMembershipId(Aws::String &&value)
IdMappingTable & WithName(const char *value)
void SetCreateTime(const Aws::Utils::DateTime &value)
void SetMembershipArn(Aws::String &&value)
IdMappingTable & WithCollaborationArn(const char *value)
void SetDescription(const Aws::String &value)
IdMappingTable & WithInputReferenceProperties(IdMappingTableInputReferenceProperties &&value)
void SetMembershipArn(const Aws::String &value)
const Aws::String & GetCollaborationArn() const
void SetUpdateTime(const Aws::Utils::DateTime &value)
const Aws::String & GetMembershipArn() const
IdMappingTable & WithArn(const char *value)
IdMappingTable & WithDescription(Aws::String &&value)
void SetCollaborationArn(const char *value)
IdMappingTable & WithId(const char *value)
IdMappingTable & WithUpdateTime(Aws::Utils::DateTime &&value)
IdMappingTable & WithUpdateTime(const Aws::Utils::DateTime &value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
IdMappingTable & WithArn(const Aws::String &value)
IdMappingTable & WithMembershipId(const Aws::String &value)
void SetDescription(Aws::String &&value)
void SetKmsKeyArn(Aws::String &&value)
void SetInputReferenceProperties(IdMappingTableInputReferenceProperties &&value)
void SetInputReferenceConfig(const IdMappingTableInputReferenceConfig &value)
const Aws::Utils::DateTime & GetUpdateTime() const
IdMappingTable & WithMembershipArn(const Aws::String &value)
void SetId(const Aws::String &value)
void SetMembershipId(const char *value)
IdMappingTable & WithInputReferenceConfig(IdMappingTableInputReferenceConfig &&value)
IdMappingTable & WithInputReferenceProperties(const IdMappingTableInputReferenceProperties &value)
IdMappingTable & WithCollaborationArn(Aws::String &&value)
AWS_CLEANROOMS_API IdMappingTable & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCollaborationArn(Aws::String &&value)
IdMappingTable & WithDescription(const Aws::String &value)
IdMappingTable & WithCollaborationId(Aws::String &&value)
IdMappingTable & WithId(const Aws::String &value)
AWS_CLEANROOMS_API IdMappingTable(Aws::Utils::Json::JsonView jsonValue)
const IdMappingTableInputReferenceProperties & GetInputReferenceProperties() const
IdMappingTable & WithKmsKeyArn(Aws::String &&value)
IdMappingTable & WithMembershipId(Aws::String &&value)
IdMappingTable & WithName(const Aws::String &value)
IdMappingTable & WithCollaborationId(const char *value)
IdMappingTable & WithArn(Aws::String &&value)
const Aws::String & GetCollaborationId() const
IdMappingTable & WithInputReferenceConfig(const IdMappingTableInputReferenceConfig &value)
void SetCollaborationArn(const Aws::String &value)
void SetCreateTime(Aws::Utils::DateTime &&value)
IdMappingTable & WithMembershipId(const char *value)
void SetMembershipArn(const char *value)
IdMappingTable & WithCreateTime(Aws::Utils::DateTime &&value)
const IdMappingTableInputReferenceConfig & GetInputReferenceConfig() const
IdMappingTable & WithCollaborationId(const Aws::String &value)
const Aws::String & GetKmsKeyArn() const
IdMappingTable & WithDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue