7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename CreateTimeT = Aws::Utils::DateTime>
61 m_createTimeHasBeenSet =
true;
62 m_createTime = std::forward<CreateTimeT>(value);
64 template <
typename CreateTimeT = Aws::Utils::DateTime>
77 template <
typename IdT = Aws::String>
79 m_idHasBeenSet =
true;
80 m_id = std::forward<IdT>(value);
82 template <
typename IdT = Aws::String>
84 SetId(std::forward<IdT>(value));
95 template <
typename NameT = Aws::String>
97 m_nameHasBeenSet =
true;
98 m_name = std::forward<NameT>(value);
100 template <
typename NameT = Aws::String>
102 SetName(std::forward<NameT>(value));
113 template <
typename UpdateTimeT = Aws::Utils::DateTime>
115 m_updateTimeHasBeenSet =
true;
116 m_updateTime = std::forward<UpdateTimeT>(value);
118 template <
typename UpdateTimeT = Aws::Utils::DateTime>
132 template <
typename MembershipArnT = Aws::String>
134 m_membershipArnHasBeenSet =
true;
135 m_membershipArn = std::forward<MembershipArnT>(value);
137 template <
typename MembershipArnT = Aws::String>
150 template <
typename MembershipIdT = Aws::String>
152 m_membershipIdHasBeenSet =
true;
153 m_membershipId = std::forward<MembershipIdT>(value);
155 template <
typename MembershipIdT = Aws::String>
169 template <
typename CollaborationArnT = Aws::String>
171 m_collaborationArnHasBeenSet =
true;
172 m_collaborationArn = std::forward<CollaborationArnT>(value);
174 template <
typename CollaborationArnT = Aws::String>
188 template <
typename CollaborationIdT = Aws::String>
190 m_collaborationIdHasBeenSet =
true;
191 m_collaborationId = std::forward<CollaborationIdT>(value);
193 template <
typename CollaborationIdT = Aws::String>
206 template <
typename DescriptionT = Aws::String>
208 m_descriptionHasBeenSet =
true;
209 m_description = std::forward<DescriptionT>(value);
211 template <
typename DescriptionT = Aws::String>
219 bool m_arnHasBeenSet =
false;
222 bool m_createTimeHasBeenSet =
false;
225 bool m_idHasBeenSet =
false;
228 bool m_nameHasBeenSet =
false;
231 bool m_updateTimeHasBeenSet =
false;
234 bool m_membershipArnHasBeenSet =
false;
237 bool m_membershipIdHasBeenSet =
false;
240 bool m_collaborationArnHasBeenSet =
false;
243 bool m_collaborationIdHasBeenSet =
false;
246 bool m_descriptionHasBeenSet =
false;
void SetCollaborationId(CollaborationIdT &&value)
bool DescriptionHasBeenSet() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
AnalysisTemplateSummary & WithName(NameT &&value)
const Aws::String & GetCollaborationArn() const
void SetMembershipId(MembershipIdT &&value)
const Aws::String & GetMembershipId() const
bool MembershipArnHasBeenSet() const
AWS_CLEANROOMS_API AnalysisTemplateSummary()=default
bool NameHasBeenSet() const
const Aws::String & GetArn() const
AnalysisTemplateSummary & WithMembershipId(MembershipIdT &&value)
AnalysisTemplateSummary & WithArn(ArnT &&value)
bool CollaborationArnHasBeenSet() const
AnalysisTemplateSummary & WithDescription(DescriptionT &&value)
bool IdHasBeenSet() const
const Aws::String & GetMembershipArn() const
AWS_CLEANROOMS_API AnalysisTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UpdateTimeHasBeenSet() const
const Aws::String & GetId() const
void SetMembershipArn(MembershipArnT &&value)
const Aws::String & GetDescription() const
bool CreateTimeHasBeenSet() const
bool MembershipIdHasBeenSet() const
bool CollaborationIdHasBeenSet() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreateTime() const
AnalysisTemplateSummary & WithMembershipArn(MembershipArnT &&value)
AWS_CLEANROOMS_API AnalysisTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
void SetCollaborationArn(CollaborationArnT &&value)
AnalysisTemplateSummary & WithCollaborationArn(CollaborationArnT &&value)
AnalysisTemplateSummary & WithCreateTime(CreateTimeT &&value)
void SetCreateTime(CreateTimeT &&value)
AnalysisTemplateSummary & WithUpdateTime(UpdateTimeT &&value)
const Aws::String & GetCollaborationId() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
AnalysisTemplateSummary & WithCollaborationId(CollaborationIdT &&value)
void SetUpdateTime(UpdateTimeT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
AnalysisTemplateSummary & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue