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 ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 template <
typename CreateTimeT = Aws::Utils::DateTime>
63 m_createTimeHasBeenSet =
true;
64 m_createTime = std::forward<CreateTimeT>(value);
66 template <
typename CreateTimeT = Aws::Utils::DateTime>
79 template <
typename IdT = Aws::String>
81 m_idHasBeenSet =
true;
82 m_id = std::forward<IdT>(value);
84 template <
typename IdT = Aws::String>
86 SetId(std::forward<IdT>(value));
97 template <
typename NameT = Aws::String>
99 m_nameHasBeenSet =
true;
100 m_name = std::forward<NameT>(value);
102 template <
typename NameT = Aws::String>
104 SetName(std::forward<NameT>(value));
116 template <
typename UpdateTimeT = Aws::Utils::DateTime>
118 m_updateTimeHasBeenSet =
true;
119 m_updateTime = std::forward<UpdateTimeT>(value);
121 template <
typename UpdateTimeT = Aws::Utils::DateTime>
134 template <
typename CollaborationArnT = Aws::String>
136 m_collaborationArnHasBeenSet =
true;
137 m_collaborationArn = std::forward<CollaborationArnT>(value);
139 template <
typename CollaborationArnT = Aws::String>
153 template <
typename CollaborationIdT = Aws::String>
155 m_collaborationIdHasBeenSet =
true;
156 m_collaborationId = std::forward<CollaborationIdT>(value);
158 template <
typename CollaborationIdT = Aws::String>
172 template <
typename CreatorAccountIdT = Aws::String>
174 m_creatorAccountIdHasBeenSet =
true;
175 m_creatorAccountId = std::forward<CreatorAccountIdT>(value);
177 template <
typename CreatorAccountIdT = Aws::String>
190 template <
typename DescriptionT = Aws::String>
192 m_descriptionHasBeenSet =
true;
193 m_description = std::forward<DescriptionT>(value);
195 template <
typename DescriptionT = Aws::String>
210 m_isSyntheticDataHasBeenSet =
true;
211 m_isSyntheticData = value;
237 bool m_isSyntheticData{
false};
238 bool m_arnHasBeenSet =
false;
239 bool m_createTimeHasBeenSet =
false;
240 bool m_idHasBeenSet =
false;
241 bool m_nameHasBeenSet =
false;
242 bool m_updateTimeHasBeenSet =
false;
243 bool m_collaborationArnHasBeenSet =
false;
244 bool m_collaborationIdHasBeenSet =
false;
245 bool m_creatorAccountIdHasBeenSet =
false;
246 bool m_descriptionHasBeenSet =
false;
247 bool m_isSyntheticDataHasBeenSet =
false;
bool IsSyntheticDataHasBeenSet() const
CollaborationAnalysisTemplateSummary & WithUpdateTime(UpdateTimeT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool GetIsSyntheticData() const
bool CollaborationIdHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetDescription() const
bool IdHasBeenSet() const
AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetCollaborationArn(CollaborationArnT &&value)
CollaborationAnalysisTemplateSummary & WithCreatorAccountId(CreatorAccountIdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::Utils::DateTime & GetUpdateTime() const
void SetIsSyntheticData(bool value)
void SetName(NameT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCreatorAccountId() const
bool NameHasBeenSet() const
AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary()=default
CollaborationAnalysisTemplateSummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCollaborationId(CollaborationIdT &&value)
const Aws::String & GetCollaborationArn() const
CollaborationAnalysisTemplateSummary & WithName(NameT &&value)
void SetCreateTime(CreateTimeT &&value)
CollaborationAnalysisTemplateSummary & WithCollaborationArn(CollaborationArnT &&value)
bool CreateTimeHasBeenSet() const
CollaborationAnalysisTemplateSummary & WithCreateTime(CreateTimeT &&value)
bool CreatorAccountIdHasBeenSet() const
void SetCreatorAccountId(CreatorAccountIdT &&value)
const Aws::String & GetArn() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetCollaborationId() const
bool CollaborationArnHasBeenSet() const
CollaborationAnalysisTemplateSummary & WithId(IdT &&value)
bool UpdateTimeHasBeenSet() const
CollaborationAnalysisTemplateSummary & WithDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
CollaborationAnalysisTemplateSummary & WithIsSyntheticData(bool value)
CollaborationAnalysisTemplateSummary & WithCollaborationId(CollaborationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue