7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename MembershipIdT = Aws::String>
45 m_membershipIdHasBeenSet =
true;
46 m_membershipId = std::forward<MembershipIdT>(value);
48 template <
typename MembershipIdT = Aws::String>
62 template <
typename MembershipArnT = Aws::String>
64 m_membershipArnHasBeenSet =
true;
65 m_membershipArn = std::forward<MembershipArnT>(value);
67 template <
typename MembershipArnT = Aws::String>
81 template <
typename CollaborationArnT = Aws::String>
83 m_collaborationArnHasBeenSet =
true;
84 m_collaborationArn = std::forward<CollaborationArnT>(value);
86 template <
typename CollaborationArnT = Aws::String>
100 template <
typename CollaborationIdT = Aws::String>
102 m_collaborationIdHasBeenSet =
true;
103 m_collaborationId = std::forward<CollaborationIdT>(value);
105 template <
typename CollaborationIdT = Aws::String>
118 template <
typename CreateTimeT = Aws::Utils::DateTime>
120 m_createTimeHasBeenSet =
true;
121 m_createTime = std::forward<CreateTimeT>(value);
123 template <
typename CreateTimeT = Aws::Utils::DateTime>
137 template <
typename UpdateTimeT = Aws::Utils::DateTime>
139 m_updateTimeHasBeenSet =
true;
140 m_updateTime = std::forward<UpdateTimeT>(value);
142 template <
typename UpdateTimeT = Aws::Utils::DateTime>
155 template <
typename IdT = Aws::String>
157 m_idHasBeenSet =
true;
158 m_id = std::forward<IdT>(value);
160 template <
typename IdT = Aws::String>
162 SetId(std::forward<IdT>(value));
174 template <
typename ArnT = Aws::String>
176 m_arnHasBeenSet =
true;
177 m_arn = std::forward<ArnT>(value);
179 template <
typename ArnT = Aws::String>
181 SetArn(std::forward<ArnT>(value));
192 template <
typename NameT = Aws::String>
194 m_nameHasBeenSet =
true;
195 m_name = std::forward<NameT>(value);
197 template <
typename NameT = Aws::String>
199 SetName(std::forward<NameT>(value));
211 template <
typename ConfiguredAudienceModelArnT = Aws::String>
213 m_configuredAudienceModelArnHasBeenSet =
true;
214 m_configuredAudienceModelArn = std::forward<ConfiguredAudienceModelArnT>(value);
216 template <
typename ConfiguredAudienceModelArnT = Aws::String>
229 template <
typename DescriptionT = Aws::String>
231 m_descriptionHasBeenSet =
true;
232 m_description = std::forward<DescriptionT>(value);
234 template <
typename DescriptionT = Aws::String>
262 bool m_membershipIdHasBeenSet =
false;
263 bool m_membershipArnHasBeenSet =
false;
264 bool m_collaborationArnHasBeenSet =
false;
265 bool m_collaborationIdHasBeenSet =
false;
266 bool m_createTimeHasBeenSet =
false;
267 bool m_updateTimeHasBeenSet =
false;
268 bool m_idHasBeenSet =
false;
269 bool m_arnHasBeenSet =
false;
270 bool m_nameHasBeenSet =
false;
271 bool m_configuredAudienceModelArnHasBeenSet =
false;
272 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue