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 IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 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 CollaborationIdT = Aws::String>
75 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
76 template<
typename CollaborationIdT = Aws::String>
87 template<
typename CollaborationArnT = Aws::String>
88 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
89 template<
typename CollaborationArnT = Aws::String>
99 template<
typename ConfiguredAudienceModelArnT = Aws::String>
100 void SetConfiguredAudienceModelArn(ConfiguredAudienceModelArnT&& value) { m_configuredAudienceModelArnHasBeenSet =
true; m_configuredAudienceModelArn = std::forward<ConfiguredAudienceModelArnT>(value); }
101 template<
typename ConfiguredAudienceModelArnT = Aws::String>
111 template<
typename NameT = Aws::String>
112 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
113 template<
typename NameT = Aws::String>
123 template<
typename DescriptionT = Aws::String>
124 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
125 template<
typename DescriptionT = 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 CreateTimeT = Aws::Utils::DateTime>
149 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
150 template<
typename CreateTimeT = Aws::Utils::DateTime>
161 template<
typename UpdateTimeT = Aws::Utils::DateTime>
162 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
163 template<
typename UpdateTimeT = Aws::Utils::DateTime>
169 bool m_idHasBeenSet =
false;
172 bool m_arnHasBeenSet =
false;
175 bool m_collaborationIdHasBeenSet =
false;
178 bool m_collaborationArnHasBeenSet =
false;
181 bool m_configuredAudienceModelArnHasBeenSet =
false;
184 bool m_nameHasBeenSet =
false;
187 bool m_descriptionHasBeenSet =
false;
190 bool m_creatorAccountIdHasBeenSet =
false;
193 bool m_createTimeHasBeenSet =
false;
196 bool m_updateTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue