AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
IdNamespaceAssociationSummary.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferenceConfig.h>
9#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferencePropertiesSummary.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms {
23namespace Model {
24
32 public:
33 AWS_CLEANROOMS_API IdNamespaceAssociationSummary() = default;
36 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
43 inline const Aws::String& GetMembershipId() const { return m_membershipId; }
44 inline bool MembershipIdHasBeenSet() const { return m_membershipIdHasBeenSet; }
45 template <typename MembershipIdT = Aws::String>
46 void SetMembershipId(MembershipIdT&& value) {
47 m_membershipIdHasBeenSet = true;
48 m_membershipId = std::forward<MembershipIdT>(value);
49 }
50 template <typename MembershipIdT = Aws::String>
52 SetMembershipId(std::forward<MembershipIdT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::String& GetMembershipArn() const { return m_membershipArn; }
63 inline bool MembershipArnHasBeenSet() const { return m_membershipArnHasBeenSet; }
64 template <typename MembershipArnT = Aws::String>
65 void SetMembershipArn(MembershipArnT&& value) {
66 m_membershipArnHasBeenSet = true;
67 m_membershipArn = std::forward<MembershipArnT>(value);
68 }
69 template <typename MembershipArnT = Aws::String>
71 SetMembershipArn(std::forward<MembershipArnT>(value));
72 return *this;
73 }
75
77
81 inline const Aws::String& GetCollaborationArn() const { return m_collaborationArn; }
82 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
83 template <typename CollaborationArnT = Aws::String>
84 void SetCollaborationArn(CollaborationArnT&& value) {
85 m_collaborationArnHasBeenSet = true;
86 m_collaborationArn = std::forward<CollaborationArnT>(value);
87 }
88 template <typename CollaborationArnT = Aws::String>
90 SetCollaborationArn(std::forward<CollaborationArnT>(value));
91 return *this;
92 }
94
96
100 inline const Aws::String& GetCollaborationId() const { return m_collaborationId; }
101 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
102 template <typename CollaborationIdT = Aws::String>
103 void SetCollaborationId(CollaborationIdT&& value) {
104 m_collaborationIdHasBeenSet = true;
105 m_collaborationId = std::forward<CollaborationIdT>(value);
106 }
107 template <typename CollaborationIdT = Aws::String>
109 SetCollaborationId(std::forward<CollaborationIdT>(value));
110 return *this;
111 }
113
115
118 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
119 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
120 template <typename CreateTimeT = Aws::Utils::DateTime>
121 void SetCreateTime(CreateTimeT&& value) {
122 m_createTimeHasBeenSet = true;
123 m_createTime = std::forward<CreateTimeT>(value);
124 }
125 template <typename CreateTimeT = Aws::Utils::DateTime>
127 SetCreateTime(std::forward<CreateTimeT>(value));
128 return *this;
129 }
131
133
137 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
138 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
139 template <typename UpdateTimeT = Aws::Utils::DateTime>
140 void SetUpdateTime(UpdateTimeT&& value) {
141 m_updateTimeHasBeenSet = true;
142 m_updateTime = std::forward<UpdateTimeT>(value);
143 }
144 template <typename UpdateTimeT = Aws::Utils::DateTime>
146 SetUpdateTime(std::forward<UpdateTimeT>(value));
147 return *this;
148 }
150
152
155 inline const Aws::String& GetId() const { return m_id; }
156 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
157 template <typename IdT = Aws::String>
158 void SetId(IdT&& value) {
159 m_idHasBeenSet = true;
160 m_id = std::forward<IdT>(value);
161 }
162 template <typename IdT = Aws::String>
164 SetId(std::forward<IdT>(value));
165 return *this;
166 }
168
170
173 inline const Aws::String& GetArn() const { return m_arn; }
174 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
175 template <typename ArnT = Aws::String>
176 void SetArn(ArnT&& value) {
177 m_arnHasBeenSet = true;
178 m_arn = std::forward<ArnT>(value);
179 }
180 template <typename ArnT = Aws::String>
182 SetArn(std::forward<ArnT>(value));
183 return *this;
184 }
186
188
192 inline const IdNamespaceAssociationInputReferenceConfig& GetInputReferenceConfig() const { return m_inputReferenceConfig; }
193 inline bool InputReferenceConfigHasBeenSet() const { return m_inputReferenceConfigHasBeenSet; }
194 template <typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
195 void SetInputReferenceConfig(InputReferenceConfigT&& value) {
196 m_inputReferenceConfigHasBeenSet = true;
197 m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value);
198 }
199 template <typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
201 SetInputReferenceConfig(std::forward<InputReferenceConfigT>(value));
202 return *this;
203 }
205
207
210 inline const Aws::String& GetName() const { return m_name; }
211 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
212 template <typename NameT = Aws::String>
213 void SetName(NameT&& value) {
214 m_nameHasBeenSet = true;
215 m_name = std::forward<NameT>(value);
216 }
217 template <typename NameT = Aws::String>
219 SetName(std::forward<NameT>(value));
220 return *this;
221 }
223
225
228 inline const Aws::String& GetDescription() const { return m_description; }
229 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
230 template <typename DescriptionT = Aws::String>
231 void SetDescription(DescriptionT&& value) {
232 m_descriptionHasBeenSet = true;
233 m_description = std::forward<DescriptionT>(value);
234 }
235 template <typename DescriptionT = Aws::String>
237 SetDescription(std::forward<DescriptionT>(value));
238 return *this;
239 }
241
243
247 return m_inputReferenceProperties;
248 }
249 inline bool InputReferencePropertiesHasBeenSet() const { return m_inputReferencePropertiesHasBeenSet; }
250 template <typename InputReferencePropertiesT = IdNamespaceAssociationInputReferencePropertiesSummary>
251 void SetInputReferenceProperties(InputReferencePropertiesT&& value) {
252 m_inputReferencePropertiesHasBeenSet = true;
253 m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value);
254 }
255 template <typename InputReferencePropertiesT = IdNamespaceAssociationInputReferencePropertiesSummary>
257 SetInputReferenceProperties(std::forward<InputReferencePropertiesT>(value));
258 return *this;
259 }
261 private:
262 Aws::String m_membershipId;
263 bool m_membershipIdHasBeenSet = false;
264
265 Aws::String m_membershipArn;
266 bool m_membershipArnHasBeenSet = false;
267
268 Aws::String m_collaborationArn;
269 bool m_collaborationArnHasBeenSet = false;
270
271 Aws::String m_collaborationId;
272 bool m_collaborationIdHasBeenSet = false;
273
274 Aws::Utils::DateTime m_createTime{};
275 bool m_createTimeHasBeenSet = false;
276
277 Aws::Utils::DateTime m_updateTime{};
278 bool m_updateTimeHasBeenSet = false;
279
280 Aws::String m_id;
281 bool m_idHasBeenSet = false;
282
283 Aws::String m_arn;
284 bool m_arnHasBeenSet = false;
285
286 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
287 bool m_inputReferenceConfigHasBeenSet = false;
288
289 Aws::String m_name;
290 bool m_nameHasBeenSet = false;
291
292 Aws::String m_description;
293 bool m_descriptionHasBeenSet = false;
294
295 IdNamespaceAssociationInputReferencePropertiesSummary m_inputReferenceProperties;
296 bool m_inputReferencePropertiesHasBeenSet = false;
297};
298
299} // namespace Model
300} // namespace CleanRooms
301} // namespace Aws
AWS_CLEANROOMS_API IdNamespaceAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const IdNamespaceAssociationInputReferenceConfig & GetInputReferenceConfig() const
IdNamespaceAssociationSummary & WithMembershipArn(MembershipArnT &&value)
IdNamespaceAssociationSummary & WithName(NameT &&value)
IdNamespaceAssociationSummary & WithDescription(DescriptionT &&value)
IdNamespaceAssociationSummary & WithUpdateTime(UpdateTimeT &&value)
IdNamespaceAssociationSummary & WithCollaborationId(CollaborationIdT &&value)
IdNamespaceAssociationSummary & WithCreateTime(CreateTimeT &&value)
const IdNamespaceAssociationInputReferencePropertiesSummary & GetInputReferenceProperties() const
void SetInputReferenceProperties(InputReferencePropertiesT &&value)
IdNamespaceAssociationSummary & WithCollaborationArn(CollaborationArnT &&value)
IdNamespaceAssociationSummary & WithInputReferenceConfig(InputReferenceConfigT &&value)
IdNamespaceAssociationSummary & WithMembershipId(MembershipIdT &&value)
AWS_CLEANROOMS_API IdNamespaceAssociationSummary()=default
IdNamespaceAssociationSummary & WithInputReferenceProperties(InputReferencePropertiesT &&value)
AWS_CLEANROOMS_API IdNamespaceAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue