7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 template<
typename DatasetExportJobArnT = Aws::String>
51 void SetDatasetExportJobArn(DatasetExportJobArnT&& value) { m_datasetExportJobArnHasBeenSet =
true; m_datasetExportJobArn = std::forward<DatasetExportJobArnT>(value); }
52 template<
typename DatasetExportJobArnT = Aws::String>
62 template<
typename JobNameT = Aws::String>
63 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
64 template<
typename JobNameT = Aws::String>
76 template<
typename StatusT = Aws::String>
77 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
78 template<
typename StatusT = Aws::String>
88 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
89 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
90 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
101 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
102 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
103 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
113 template<
typename FailureReasonT = Aws::String>
114 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
115 template<
typename FailureReasonT = Aws::String>
121 bool m_datasetExportJobArnHasBeenSet =
false;
124 bool m_jobNameHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
130 bool m_creationDateTimeHasBeenSet =
false;
133 bool m_lastUpdatedDateTimeHasBeenSet =
false;
136 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