7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
80 template <
typename ConfiguredAudienceModelArnT = Aws::String>
82 m_configuredAudienceModelArnHasBeenSet =
true;
83 m_configuredAudienceModelArn = std::forward<ConfiguredAudienceModelArnT>(value);
85 template <
typename ConfiguredAudienceModelArnT = Aws::String>
99 template <
typename MembershipIdT = Aws::String>
101 m_membershipIdHasBeenSet =
true;
102 m_membershipId = std::forward<MembershipIdT>(value);
104 template <
typename MembershipIdT = Aws::String>
118 template <
typename MembershipArnT = Aws::String>
120 m_membershipArnHasBeenSet =
true;
121 m_membershipArn = std::forward<MembershipArnT>(value);
123 template <
typename MembershipArnT = Aws::String>
137 template <
typename CollaborationIdT = Aws::String>
139 m_collaborationIdHasBeenSet =
true;
140 m_collaborationId = std::forward<CollaborationIdT>(value);
142 template <
typename CollaborationIdT = Aws::String>
156 template <
typename CollaborationArnT = Aws::String>
158 m_collaborationArnHasBeenSet =
true;
159 m_collaborationArn = std::forward<CollaborationArnT>(value);
161 template <
typename CollaborationArnT = Aws::String>
174 template <
typename NameT = Aws::String>
176 m_nameHasBeenSet =
true;
177 m_name = std::forward<NameT>(value);
179 template <
typename NameT = Aws::String>
181 SetName(std::forward<NameT>(value));
197 m_manageResourcePoliciesHasBeenSet =
true;
198 m_manageResourcePolicies = value;
212 template <
typename DescriptionT = Aws::String>
214 m_descriptionHasBeenSet =
true;
215 m_description = std::forward<DescriptionT>(value);
217 template <
typename DescriptionT = Aws::String>
230 template <
typename CreateTimeT = Aws::Utils::DateTime>
232 m_createTimeHasBeenSet =
true;
233 m_createTime = std::forward<CreateTimeT>(value);
235 template <
typename CreateTimeT = Aws::Utils::DateTime>
249 template <
typename UpdateTimeT = Aws::Utils::DateTime>
251 m_updateTimeHasBeenSet =
true;
252 m_updateTime = std::forward<UpdateTimeT>(value);
254 template <
typename UpdateTimeT = Aws::Utils::DateTime>
277 bool m_manageResourcePolicies{
false};
284 bool m_idHasBeenSet =
false;
285 bool m_arnHasBeenSet =
false;
286 bool m_configuredAudienceModelArnHasBeenSet =
false;
287 bool m_membershipIdHasBeenSet =
false;
288 bool m_membershipArnHasBeenSet =
false;
289 bool m_collaborationIdHasBeenSet =
false;
290 bool m_collaborationArnHasBeenSet =
false;
291 bool m_nameHasBeenSet =
false;
292 bool m_manageResourcePoliciesHasBeenSet =
false;
293 bool m_descriptionHasBeenSet =
false;
294 bool m_createTimeHasBeenSet =
false;
295 bool m_updateTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue