7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/personalize/model/ImportMode.h>
51 template<
typename DatasetImportJobArnT = Aws::String>
52 void SetDatasetImportJobArn(DatasetImportJobArnT&& value) { m_datasetImportJobArnHasBeenSet =
true; m_datasetImportJobArn = std::forward<DatasetImportJobArnT>(value); }
53 template<
typename DatasetImportJobArnT = Aws::String>
63 template<
typename JobNameT = Aws::String>
64 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
65 template<
typename JobNameT = Aws::String>
77 template<
typename StatusT = Aws::String>
78 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
79 template<
typename StatusT = Aws::String>
89 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
90 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
91 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
102 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
103 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
104 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
114 template<
typename FailureReasonT = Aws::String>
115 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
116 template<
typename FailureReasonT = Aws::String>
135 bool m_datasetImportJobArnHasBeenSet =
false;
138 bool m_jobNameHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
144 bool m_creationDateTimeHasBeenSet =
false;
147 bool m_lastUpdatedDateTimeHasBeenSet =
false;
150 bool m_failureReasonHasBeenSet =
false;
153 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