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/DataSource.h>
21namespace Personalize {
46 template <
typename JobNameT = Aws::String>
48 m_jobNameHasBeenSet =
true;
49 m_jobName = std::forward<JobNameT>(value);
51 template <
typename JobNameT = Aws::String>
64 template <
typename DataDeletionJobArnT = Aws::String>
66 m_dataDeletionJobArnHasBeenSet =
true;
67 m_dataDeletionJobArn = std::forward<DataDeletionJobArnT>(value);
69 template <
typename DataDeletionJobArnT = Aws::String>
83 template <
typename DatasetGroupArnT = Aws::String>
85 m_datasetGroupArnHasBeenSet =
true;
86 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
88 template <
typename DatasetGroupArnT = Aws::String>
99 template <
typename DataSourceT = DataSource>
101 m_dataSourceHasBeenSet =
true;
102 m_dataSource = std::forward<DataSourceT>(value);
104 template <
typename DataSourceT = DataSource>
118 template <
typename RoleArnT = Aws::String>
120 m_roleArnHasBeenSet =
true;
121 m_roleArn = std::forward<RoleArnT>(value);
123 template <
typename RoleArnT = Aws::String>
138 template <
typename StatusT = Aws::String>
140 m_statusHasBeenSet =
true;
141 m_status = std::forward<StatusT>(value);
143 template <
typename StatusT = Aws::String>
157 m_numDeletedHasBeenSet =
true;
158 m_numDeleted = value;
172 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
174 m_creationDateTimeHasBeenSet =
true;
175 m_creationDateTime = std::forward<CreationDateTimeT>(value);
177 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
190 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
192 m_lastUpdatedDateTimeHasBeenSet =
true;
193 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
195 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
208 template <
typename FailureReasonT = Aws::String>
210 m_failureReasonHasBeenSet =
true;
211 m_failureReason = std::forward<FailureReasonT>(value);
213 template <
typename FailureReasonT = Aws::String>
239 bool m_jobNameHasBeenSet =
false;
240 bool m_dataDeletionJobArnHasBeenSet =
false;
241 bool m_datasetGroupArnHasBeenSet =
false;
242 bool m_dataSourceHasBeenSet =
false;
243 bool m_roleArnHasBeenSet =
false;
244 bool m_statusHasBeenSet =
false;
245 bool m_numDeletedHasBeenSet =
false;
246 bool m_creationDateTimeHasBeenSet =
false;
247 bool m_lastUpdatedDateTimeHasBeenSet =
false;
248 bool m_failureReasonHasBeenSet =
false;
const Aws::String & GetFailureReason() const
const Aws::String & GetDataDeletionJobArn() const
bool DatasetGroupArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetCreationDateTime(CreationDateTimeT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetDatasetGroupArn() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNumDeleted(int value)
DataDeletionJob & WithStatus(StatusT &&value)
DataDeletionJob & WithDataDeletionJobArn(DataDeletionJobArnT &&value)
AWS_PERSONALIZE_API DataDeletionJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::String & GetJobName() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetDataDeletionJobArn(DataDeletionJobArnT &&value)
void SetDatasetGroupArn(DatasetGroupArnT &&value)
void SetJobName(JobNameT &&value)
DataDeletionJob & WithJobName(JobNameT &&value)
DataDeletionJob & WithDataSource(DataSourceT &&value)
DataDeletionJob & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool DataSourceHasBeenSet() const
DataDeletionJob & WithFailureReason(FailureReasonT &&value)
bool CreationDateTimeHasBeenSet() const
int GetNumDeleted() const
const Aws::String & GetStatus() const
const Aws::String & GetRoleArn() const
bool FailureReasonHasBeenSet() const
void SetFailureReason(FailureReasonT &&value)
DataDeletionJob & WithRoleArn(RoleArnT &&value)
const DataSource & GetDataSource() const
void SetStatus(StatusT &&value)
bool NumDeletedHasBeenSet() const
DataDeletionJob & WithDatasetGroupArn(DatasetGroupArnT &&value)
DataDeletionJob & WithNumDeleted(int value)
bool DataDeletionJobArnHasBeenSet() const
void SetDataSource(DataSourceT &&value)
DataDeletionJob & WithCreationDateTime(CreationDateTimeT &&value)
bool StatusHasBeenSet() const
bool LastUpdatedDateTimeHasBeenSet() const
AWS_PERSONALIZE_API DataDeletionJob(Aws::Utils::Json::JsonView jsonValue)
bool JobNameHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
AWS_PERSONALIZE_API DataDeletionJob()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue