7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
61 template<
typename CreateTimeT = Aws::Utils::DateTime>
62 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
63 template<
typename CreateTimeT = Aws::Utils::DateTime>
73 template<
typename IdT = Aws::String>
74 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
75 template<
typename IdT = Aws::String>
85 template<
typename NameT = Aws::String>
86 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
87 template<
typename NameT = Aws::String>
98 template<
typename UpdateTimeT = Aws::Utils::DateTime>
99 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
100 template<
typename UpdateTimeT = Aws::Utils::DateTime>
110 template<
typename CollaborationArnT = Aws::String>
111 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
112 template<
typename CollaborationArnT = Aws::String>
123 template<
typename CollaborationIdT = Aws::String>
124 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
125 template<
typename CollaborationIdT = Aws::String>
136 template<
typename CreatorAccountIdT = Aws::String>
137 void SetCreatorAccountId(CreatorAccountIdT&& value) { m_creatorAccountIdHasBeenSet =
true; m_creatorAccountId = std::forward<CreatorAccountIdT>(value); }
138 template<
typename CreatorAccountIdT = Aws::String>
148 template<
typename DescriptionT = Aws::String>
149 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
150 template<
typename DescriptionT = Aws::String>
156 bool m_arnHasBeenSet =
false;
159 bool m_createTimeHasBeenSet =
false;
162 bool m_idHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_updateTimeHasBeenSet =
false;
171 bool m_collaborationArnHasBeenSet =
false;
174 bool m_collaborationIdHasBeenSet =
false;
177 bool m_creatorAccountIdHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
CollaborationAnalysisTemplateSummary & WithUpdateTime(UpdateTimeT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() 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 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 & WithCollaborationId(CollaborationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue