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 DataDeletionJobArnT = Aws::String>
46 m_dataDeletionJobArnHasBeenSet =
true;
47 m_dataDeletionJobArn = std::forward<DataDeletionJobArnT>(value);
49 template <
typename DataDeletionJobArnT = Aws::String>
63 template <
typename DatasetGroupArnT = Aws::String>
65 m_datasetGroupArnHasBeenSet =
true;
66 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
68 template <
typename DatasetGroupArnT = Aws::String>
81 template <
typename JobNameT = Aws::String>
83 m_jobNameHasBeenSet =
true;
84 m_jobName = std::forward<JobNameT>(value);
86 template <
typename JobNameT = Aws::String>
101 template <
typename StatusT = Aws::String>
103 m_statusHasBeenSet =
true;
104 m_status = std::forward<StatusT>(value);
106 template <
typename StatusT = Aws::String>
119 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
121 m_creationDateTimeHasBeenSet =
true;
122 m_creationDateTime = std::forward<CreationDateTimeT>(value);
124 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
137 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
139 m_lastUpdatedDateTimeHasBeenSet =
true;
140 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
142 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
155 template <
typename FailureReasonT = Aws::String>
157 m_failureReasonHasBeenSet =
true;
158 m_failureReason = std::forward<FailureReasonT>(value);
160 template <
typename FailureReasonT = Aws::String>
180 bool m_dataDeletionJobArnHasBeenSet =
false;
181 bool m_datasetGroupArnHasBeenSet =
false;
182 bool m_jobNameHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
184 bool m_creationDateTimeHasBeenSet =
false;
185 bool m_lastUpdatedDateTimeHasBeenSet =
false;
186 bool m_failureReasonHasBeenSet =
false;
const Aws::String & GetFailureReason() const
void SetDatasetGroupArn(DatasetGroupArnT &&value)
void SetDataDeletionJobArn(DataDeletionJobArnT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
DataDeletionJobSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_PERSONALIZE_API DataDeletionJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool FailureReasonHasBeenSet() const
DataDeletionJobSummary & WithDataDeletionJobArn(DataDeletionJobArnT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
DataDeletionJobSummary & WithStatus(StatusT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DataDeletionJobSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetStatus(StatusT &&value)
bool StatusHasBeenSet() const
AWS_PERSONALIZE_API DataDeletionJobSummary()=default
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetStatus() const
bool DatasetGroupArnHasBeenSet() const
const Aws::String & GetJobName() const
DataDeletionJobSummary & WithDatasetGroupArn(DatasetGroupArnT &&value)
bool DataDeletionJobArnHasBeenSet() const
const Aws::String & GetDataDeletionJobArn() const
AWS_PERSONALIZE_API DataDeletionJobSummary(Aws::Utils::Json::JsonView jsonValue)
DataDeletionJobSummary & WithJobName(JobNameT &&value)
void SetFailureReason(FailureReasonT &&value)
DataDeletionJobSummary & WithFailureReason(FailureReasonT &&value)
bool JobNameHasBeenSet() const
void SetJobName(JobNameT &&value)
const Aws::String & GetDatasetGroupArn() const
bool CreationDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue