7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanroomsml/model/AudienceGenerationJobStatus.h>
11#include <aws/cleanroomsml/model/StatusDetails.h>
12#include <aws/cleanroomsml/model/AudienceGenerationJobDataSource.h>
13#include <aws/cleanroomsml/model/AudienceQualityMetrics.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename CreateTimeT = Aws::Utils::DateTime>
47 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
48 template<
typename CreateTimeT = Aws::Utils::DateTime>
57 template<
typename UpdateTimeT = Aws::Utils::DateTime>
58 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
59 template<
typename UpdateTimeT = Aws::Utils::DateTime>
68 template<
typename AudienceGenerationJobArnT = Aws::String>
69 void SetAudienceGenerationJobArn(AudienceGenerationJobArnT&& value) { m_audienceGenerationJobArnHasBeenSet =
true; m_audienceGenerationJobArn = std::forward<AudienceGenerationJobArnT>(value); }
70 template<
typename AudienceGenerationJobArnT = Aws::String>
79 template<
typename NameT = Aws::String>
80 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
81 template<
typename NameT = Aws::String>
90 template<
typename DescriptionT = Aws::String>
91 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
92 template<
typename DescriptionT = Aws::String>
110 template<
typename StatusDetailsT = StatusDetails>
111 void SetStatusDetails(StatusDetailsT&& value) { m_statusDetailsHasBeenSet =
true; m_statusDetails = std::forward<StatusDetailsT>(value); }
112 template<
typename StatusDetailsT = StatusDetails>
122 template<
typename ConfiguredAudienceModelArnT = Aws::String>
123 void SetConfiguredAudienceModelArn(ConfiguredAudienceModelArnT&& value) { m_configuredAudienceModelArnHasBeenSet =
true; m_configuredAudienceModelArn = std::forward<ConfiguredAudienceModelArnT>(value); }
124 template<
typename ConfiguredAudienceModelArnT = Aws::String>
135 template<
typename SeedAudienceT = AudienceGenerationJobDataSource>
136 void SetSeedAudience(SeedAudienceT&& value) { m_seedAudienceHasBeenSet =
true; m_seedAudience = std::forward<SeedAudienceT>(value); }
137 template<
typename SeedAudienceT = AudienceGenerationJobDataSource>
151 inline void SetIncludeSeedInOutput(
bool value) { m_includeSeedInOutputHasBeenSet =
true; m_includeSeedInOutput = value; }
161 template<
typename CollaborationIdT = Aws::String>
162 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
163 template<
typename CollaborationIdT = Aws::String>
173 template<
typename MetricsT = AudienceQualityMetrics>
174 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
175 template<
typename MetricsT = AudienceQualityMetrics>
184 template<
typename StartedByT = Aws::String>
185 void SetStartedBy(StartedByT&& value) { m_startedByHasBeenSet =
true; m_startedBy = std::forward<StartedByT>(value); }
186 template<
typename StartedByT = Aws::String>
195 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
196 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
197 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
201 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
211 template<
typename ProtectedQueryIdentifierT = Aws::String>
212 void SetProtectedQueryIdentifier(ProtectedQueryIdentifierT&& value) { m_protectedQueryIdentifierHasBeenSet =
true; m_protectedQueryIdentifier = std::forward<ProtectedQueryIdentifierT>(value); }
213 template<
typename ProtectedQueryIdentifierT = Aws::String>
220 template<
typename RequestIdT = Aws::String>
221 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
222 template<
typename RequestIdT = Aws::String>
228 bool m_createTimeHasBeenSet =
false;
231 bool m_updateTimeHasBeenSet =
false;
234 bool m_audienceGenerationJobArnHasBeenSet =
false;
237 bool m_nameHasBeenSet =
false;
240 bool m_descriptionHasBeenSet =
false;
243 bool m_statusHasBeenSet =
false;
245 StatusDetails m_statusDetails;
246 bool m_statusDetailsHasBeenSet =
false;
249 bool m_configuredAudienceModelArnHasBeenSet =
false;
251 AudienceGenerationJobDataSource m_seedAudience;
252 bool m_seedAudienceHasBeenSet =
false;
254 bool m_includeSeedInOutput{
false};
255 bool m_includeSeedInOutputHasBeenSet =
false;
258 bool m_collaborationIdHasBeenSet =
false;
260 AudienceQualityMetrics m_metrics;
261 bool m_metricsHasBeenSet =
false;
264 bool m_startedByHasBeenSet =
false;
267 bool m_tagsHasBeenSet =
false;
270 bool m_protectedQueryIdentifierHasBeenSet =
false;
273 bool m_requestIdHasBeenSet =
false;
AWS_CLEANROOMSML_API GetAudienceGenerationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetConfiguredAudienceModelArn() const
GetAudienceGenerationJobResult & WithConfiguredAudienceModelArn(ConfiguredAudienceModelArnT &&value)
GetAudienceGenerationJobResult & WithProtectedQueryIdentifier(ProtectedQueryIdentifierT &&value)
GetAudienceGenerationJobResult & WithMetrics(MetricsT &&value)
const AudienceGenerationJobDataSource & GetSeedAudience() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetStatusDetails(StatusDetailsT &&value)
GetAudienceGenerationJobResult & WithStatusDetails(StatusDetailsT &&value)
void SetAudienceGenerationJobArn(AudienceGenerationJobArnT &&value)
const Aws::String & GetProtectedQueryIdentifier() const
void SetStatus(AudienceGenerationJobStatus value)
const Aws::String & GetRequestId() const
void SetUpdateTime(UpdateTimeT &&value)
void SetRequestId(RequestIdT &&value)
GetAudienceGenerationJobResult & WithTags(TagsT &&value)
GetAudienceGenerationJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetStartedBy(StartedByT &&value)
const StatusDetails & GetStatusDetails() const
void SetTags(TagsT &&value)
void SetName(NameT &&value)
AudienceGenerationJobStatus GetStatus() const
GetAudienceGenerationJobResult & WithDescription(DescriptionT &&value)
void SetProtectedQueryIdentifier(ProtectedQueryIdentifierT &&value)
GetAudienceGenerationJobResult & WithStartedBy(StartedByT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetCreateTime(CreateTimeT &&value)
GetAudienceGenerationJobResult & WithCreateTime(CreateTimeT &&value)
AWS_CLEANROOMSML_API GetAudienceGenerationJobResult()=default
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetAudienceGenerationJobArn() const
const Aws::String & GetStartedBy() const
GetAudienceGenerationJobResult & WithName(NameT &&value)
void SetCollaborationId(CollaborationIdT &&value)
void SetSeedAudience(SeedAudienceT &&value)
const Aws::String & GetCollaborationId() const
bool GetIncludeSeedInOutput() const
GetAudienceGenerationJobResult & WithSeedAudience(SeedAudienceT &&value)
GetAudienceGenerationJobResult & WithRequestId(RequestIdT &&value)
GetAudienceGenerationJobResult & WithStatus(AudienceGenerationJobStatus value)
AWS_CLEANROOMSML_API GetAudienceGenerationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMetrics(MetricsT &&value)
void SetIncludeSeedInOutput(bool value)
const Aws::String & GetDescription() const
GetAudienceGenerationJobResult & WithAudienceGenerationJobArn(AudienceGenerationJobArnT &&value)
void SetConfiguredAudienceModelArn(ConfiguredAudienceModelArnT &&value)
GetAudienceGenerationJobResult & WithCollaborationId(CollaborationIdT &&value)
const AudienceQualityMetrics & GetMetrics() const
const Aws::Utils::DateTime & GetCreateTime() const
GetAudienceGenerationJobResult & WithIncludeSeedInOutput(bool value)
GetAudienceGenerationJobResult & WithUpdateTime(UpdateTimeT &&value)
AudienceGenerationJobStatus
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue