7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cleanrooms/model/MemberStatus.h>
11#include <aws/cleanrooms/model/AnalyticsEngine.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
87 template<
typename CreatorAccountIdT = Aws::String>
88 void SetCreatorAccountId(CreatorAccountIdT&& value) { m_creatorAccountIdHasBeenSet =
true; m_creatorAccountId = std::forward<CreatorAccountIdT>(value); }
89 template<
typename CreatorAccountIdT = Aws::String>
99 template<
typename CreatorDisplayNameT = Aws::String>
100 void SetCreatorDisplayName(CreatorDisplayNameT&& value) { m_creatorDisplayNameHasBeenSet =
true; m_creatorDisplayName = std::forward<CreatorDisplayNameT>(value); }
101 template<
typename CreatorDisplayNameT = Aws::String>
111 template<
typename CreateTimeT = Aws::Utils::DateTime>
112 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
113 template<
typename CreateTimeT = Aws::Utils::DateTime>
123 template<
typename UpdateTimeT = Aws::Utils::DateTime>
124 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
125 template<
typename UpdateTimeT = Aws::Utils::DateTime>
145 template<
typename MembershipIdT = Aws::String>
146 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet =
true; m_membershipId = std::forward<MembershipIdT>(value); }
147 template<
typename MembershipIdT = Aws::String>
157 template<
typename MembershipArnT = Aws::String>
158 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet =
true; m_membershipArn = std::forward<MembershipArnT>(value); }
159 template<
typename MembershipArnT = Aws::String>
175 bool m_idHasBeenSet =
false;
178 bool m_arnHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
184 bool m_creatorAccountIdHasBeenSet =
false;
187 bool m_creatorDisplayNameHasBeenSet =
false;
190 bool m_createTimeHasBeenSet =
false;
193 bool m_updateTimeHasBeenSet =
false;
196 bool m_memberStatusHasBeenSet =
false;
199 bool m_membershipIdHasBeenSet =
false;
202 bool m_membershipArnHasBeenSet =
false;
205 bool m_analyticsEngineHasBeenSet =
false;
bool ArnHasBeenSet() const
AWS_CLEANROOMS_API CollaborationSummary()=default
AWS_CLEANROOMS_API CollaborationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UpdateTimeHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
const Aws::String & GetCreatorAccountId() const
CollaborationSummary & WithArn(ArnT &&value)
CollaborationSummary & WithMembershipId(MembershipIdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
AWS_CLEANROOMS_API CollaborationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool CreateTimeHasBeenSet() const
void SetName(NameT &&value)
void SetArn(ArnT &&value)
bool MembershipArnHasBeenSet() const
void SetCreatorDisplayName(CreatorDisplayNameT &&value)
bool IdHasBeenSet() const
bool CreatorAccountIdHasBeenSet() const
void SetAnalyticsEngine(AnalyticsEngine value)
bool AnalyticsEngineHasBeenSet() const
AnalyticsEngine GetAnalyticsEngine() const
CollaborationSummary & WithId(IdT &&value)
const Aws::String & GetCreatorDisplayName() const
void SetCreatorAccountId(CreatorAccountIdT &&value)
CollaborationSummary & WithMemberStatus(MemberStatus value)
const Aws::String & GetMembershipArn() const
bool NameHasBeenSet() const
CollaborationSummary & WithMembershipArn(MembershipArnT &&value)
const Aws::String & GetMembershipId() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetUpdateTime() const
MemberStatus GetMemberStatus() const
CollaborationSummary & WithUpdateTime(UpdateTimeT &&value)
bool CreatorDisplayNameHasBeenSet() const
CollaborationSummary & WithCreatorDisplayName(CreatorDisplayNameT &&value)
bool MembershipIdHasBeenSet() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMembershipId(MembershipIdT &&value)
CollaborationSummary & WithCreateTime(CreateTimeT &&value)
CollaborationSummary & WithName(NameT &&value)
bool MemberStatusHasBeenSet() const
void SetMemberStatus(MemberStatus value)
void SetUpdateTime(UpdateTimeT &&value)
void SetMembershipArn(MembershipArnT &&value)
CollaborationSummary & WithCreatorAccountId(CreatorAccountIdT &&value)
CollaborationSummary & WithAnalyticsEngine(AnalyticsEngine value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue