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/ImportMode.h>
21namespace Personalize {
45 template <
typename DatasetImportJobArnT = Aws::String>
47 m_datasetImportJobArnHasBeenSet =
true;
48 m_datasetImportJobArn = std::forward<DatasetImportJobArnT>(value);
50 template <
typename DatasetImportJobArnT = Aws::String>
63 template <
typename JobNameT = Aws::String>
65 m_jobNameHasBeenSet =
true;
66 m_jobName = std::forward<JobNameT>(value);
68 template <
typename JobNameT = Aws::String>
83 template <
typename StatusT = Aws::String>
85 m_statusHasBeenSet =
true;
86 m_status = std::forward<StatusT>(value);
88 template <
typename StatusT = Aws::String>
101 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
103 m_creationDateTimeHasBeenSet =
true;
104 m_creationDateTime = std::forward<CreationDateTimeT>(value);
106 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
120 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
122 m_lastUpdatedDateTimeHasBeenSet =
true;
123 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
125 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
138 template <
typename FailureReasonT = Aws::String>
140 m_failureReasonHasBeenSet =
true;
141 m_failureReason = std::forward<FailureReasonT>(value);
143 template <
typename FailureReasonT = Aws::String>
160 m_importModeHasBeenSet =
true;
161 m_importMode = value;
182 bool m_datasetImportJobArnHasBeenSet =
false;
183 bool m_jobNameHasBeenSet =
false;
184 bool m_statusHasBeenSet =
false;
185 bool m_creationDateTimeHasBeenSet =
false;
186 bool m_lastUpdatedDateTimeHasBeenSet =
false;
187 bool m_failureReasonHasBeenSet =
false;
188 bool m_importModeHasBeenSet =
false;
void SetCreationDateTime(CreationDateTimeT &&value)
void SetJobName(JobNameT &&value)
void SetImportMode(ImportMode value)
AWS_PERSONALIZE_API DatasetImportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DatasetImportJobSummary & WithFailureReason(FailureReasonT &&value)
bool JobNameHasBeenSet() const
bool FailureReasonHasBeenSet() const
DatasetImportJobSummary & WithImportMode(ImportMode value)
const Aws::String & GetJobName() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
DatasetImportJobSummary & WithJobName(JobNameT &&value)
AWS_PERSONALIZE_API DatasetImportJobSummary(Aws::Utils::Json::JsonView jsonValue)
bool DatasetImportJobArnHasBeenSet() const
const Aws::String & GetDatasetImportJobArn() const
void SetStatus(StatusT &&value)
const Aws::String & GetFailureReason() const
DatasetImportJobSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetDatasetImportJobArn(DatasetImportJobArnT &&value)
DatasetImportJobSummary & WithStatus(StatusT &&value)
const Aws::String & GetStatus() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::Utils::DateTime & GetCreationDateTime() const
bool CreationDateTimeHasBeenSet() const
DatasetImportJobSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool ImportModeHasBeenSet() const
void SetFailureReason(FailureReasonT &&value)
bool StatusHasBeenSet() const
bool LastUpdatedDateTimeHasBeenSet() const
AWS_PERSONALIZE_API DatasetImportJobSummary()=default
ImportMode GetImportMode() const
DatasetImportJobSummary & WithDatasetImportJobArn(DatasetImportJobArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue