7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
20namespace Personalize {
44 template <
typename DatasetExportJobArnT = Aws::String>
46 m_datasetExportJobArnHasBeenSet =
true;
47 m_datasetExportJobArn = std::forward<DatasetExportJobArnT>(value);
49 template <
typename DatasetExportJobArnT = Aws::String>
62 template <
typename JobNameT = Aws::String>
64 m_jobNameHasBeenSet =
true;
65 m_jobName = std::forward<JobNameT>(value);
67 template <
typename JobNameT = Aws::String>
82 template <
typename StatusT = Aws::String>
84 m_statusHasBeenSet =
true;
85 m_status = std::forward<StatusT>(value);
87 template <
typename StatusT = Aws::String>
100 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
102 m_creationDateTimeHasBeenSet =
true;
103 m_creationDateTime = std::forward<CreationDateTimeT>(value);
105 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
119 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
121 m_lastUpdatedDateTimeHasBeenSet =
true;
122 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
124 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
137 template <
typename FailureReasonT = Aws::String>
139 m_failureReasonHasBeenSet =
true;
140 m_failureReason = std::forward<FailureReasonT>(value);
142 template <
typename FailureReasonT = Aws::String>
160 bool m_datasetExportJobArnHasBeenSet =
false;
161 bool m_jobNameHasBeenSet =
false;
162 bool m_statusHasBeenSet =
false;
163 bool m_creationDateTimeHasBeenSet =
false;
164 bool m_lastUpdatedDateTimeHasBeenSet =
false;
165 bool m_failureReasonHasBeenSet =
false;
DatasetExportJobSummary & WithJobName(JobNameT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
const Aws::String & GetJobName() const
AWS_PERSONALIZE_API DatasetExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API DatasetExportJobSummary()=default
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
bool JobNameHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
void SetFailureReason(FailureReasonT &&value)
bool DatasetExportJobArnHasBeenSet() const
AWS_PERSONALIZE_API DatasetExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobName(JobNameT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DatasetExportJobSummary & WithDatasetExportJobArn(DatasetExportJobArnT &&value)
bool CreationDateTimeHasBeenSet() const
const Aws::String & GetDatasetExportJobArn() const
DatasetExportJobSummary & WithFailureReason(FailureReasonT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetFailureReason() const
DatasetExportJobSummary & WithStatus(StatusT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetStatus() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDatasetExportJobArn(DatasetExportJobArnT &&value)
DatasetExportJobSummary & WithCreationDateTime(CreationDateTimeT &&value)
bool FailureReasonHasBeenSet() const
void SetStatus(StatusT &&value)
DatasetExportJobSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue