7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
10#include <aws/personalize/model/DatasetExportJobOutput.h>
11#include <aws/personalize/model/IngestionMode.h>
22namespace Personalize {
48 template <
typename JobNameT = Aws::String>
50 m_jobNameHasBeenSet =
true;
51 m_jobName = std::forward<JobNameT>(value);
53 template <
typename JobNameT = Aws::String>
66 template <
typename DatasetExportJobArnT = Aws::String>
68 m_datasetExportJobArnHasBeenSet =
true;
69 m_datasetExportJobArn = std::forward<DatasetExportJobArnT>(value);
71 template <
typename DatasetExportJobArnT = Aws::String>
84 template <
typename DatasetArnT = Aws::String>
86 m_datasetArnHasBeenSet =
true;
87 m_datasetArn = std::forward<DatasetArnT>(value);
89 template <
typename DatasetArnT = Aws::String>
107 m_ingestionModeHasBeenSet =
true;
108 m_ingestionMode = value;
123 template <
typename RoleArnT = Aws::String>
125 m_roleArnHasBeenSet =
true;
126 m_roleArn = std::forward<RoleArnT>(value);
128 template <
typename RoleArnT = Aws::String>
143 template <
typename StatusT = Aws::String>
145 m_statusHasBeenSet =
true;
146 m_status = std::forward<StatusT>(value);
148 template <
typename StatusT = Aws::String>
162 template <
typename JobOutputT = DatasetExportJobOutput>
164 m_jobOutputHasBeenSet =
true;
165 m_jobOutput = std::forward<JobOutputT>(value);
167 template <
typename JobOutputT = DatasetExportJobOutput>
180 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
182 m_creationDateTimeHasBeenSet =
true;
183 m_creationDateTime = std::forward<CreationDateTimeT>(value);
185 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
199 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
201 m_lastUpdatedDateTimeHasBeenSet =
true;
202 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
204 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
217 template <
typename FailureReasonT = Aws::String>
219 m_failureReasonHasBeenSet =
true;
220 m_failureReason = std::forward<FailureReasonT>(value);
222 template <
typename FailureReasonT = Aws::String>
241 DatasetExportJobOutput m_jobOutput;
248 bool m_jobNameHasBeenSet =
false;
249 bool m_datasetExportJobArnHasBeenSet =
false;
250 bool m_datasetArnHasBeenSet =
false;
251 bool m_ingestionModeHasBeenSet =
false;
252 bool m_roleArnHasBeenSet =
false;
253 bool m_statusHasBeenSet =
false;
254 bool m_jobOutputHasBeenSet =
false;
255 bool m_creationDateTimeHasBeenSet =
false;
256 bool m_lastUpdatedDateTimeHasBeenSet =
false;
257 bool m_failureReasonHasBeenSet =
false;
bool LastUpdatedDateTimeHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
bool StatusHasBeenSet() const
DatasetExportJob & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetDatasetArn() const
void SetIngestionMode(IngestionMode value)
DatasetExportJob & WithStatus(StatusT &&value)
AWS_PERSONALIZE_API DatasetExportJob()=default
bool DatasetArnHasBeenSet() const
void SetDatasetArn(DatasetArnT &&value)
DatasetExportJob & WithJobName(JobNameT &&value)
void SetFailureReason(FailureReasonT &&value)
void SetDatasetExportJobArn(DatasetExportJobArnT &&value)
AWS_PERSONALIZE_API DatasetExportJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDatasetExportJobArn() const
const Aws::String & GetJobName() const
DatasetExportJob & WithIngestionMode(IngestionMode value)
AWS_PERSONALIZE_API DatasetExportJob(Aws::Utils::Json::JsonView jsonValue)
DatasetExportJob & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool JobOutputHasBeenSet() const
DatasetExportJob & WithDatasetArn(DatasetArnT &&value)
bool DatasetExportJobArnHasBeenSet() const
const Aws::String & GetFailureReason() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool IngestionModeHasBeenSet() const
void SetJobName(JobNameT &&value)
DatasetExportJob & WithJobOutput(JobOutputT &&value)
void SetRoleArn(RoleArnT &&value)
void SetStatus(StatusT &&value)
bool FailureReasonHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
DatasetExportJob & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetStatus() const
DatasetExportJob & WithDatasetExportJobArn(DatasetExportJobArnT &&value)
void SetJobOutput(JobOutputT &&value)
IngestionMode GetIngestionMode() const
const Aws::String & GetRoleArn() const
const DatasetExportJobOutput & GetJobOutput() const
bool CreationDateTimeHasBeenSet() const
bool RoleArnHasBeenSet() const
DatasetExportJob & WithRoleArn(RoleArnT &&value)
bool JobNameHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue