7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/model/DataSource.h>
10#include <aws/core/utils/DateTime.h>
52 template<
typename JobNameT = Aws::String>
53 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
54 template<
typename JobNameT = Aws::String>
64 template<
typename DataDeletionJobArnT = Aws::String>
65 void SetDataDeletionJobArn(DataDeletionJobArnT&& value) { m_dataDeletionJobArnHasBeenSet =
true; m_dataDeletionJobArn = std::forward<DataDeletionJobArnT>(value); }
66 template<
typename DataDeletionJobArnT = Aws::String>
77 template<
typename DatasetGroupArnT = Aws::String>
78 void SetDatasetGroupArn(DatasetGroupArnT&& value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn = std::forward<DatasetGroupArnT>(value); }
79 template<
typename DatasetGroupArnT = Aws::String>
87 template<
typename DataSourceT = DataSource>
88 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
89 template<
typename DataSourceT = DataSource>
100 template<
typename RoleArnT = Aws::String>
101 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
102 template<
typename RoleArnT = Aws::String>
114 template<
typename StatusT = Aws::String>
115 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
116 template<
typename StatusT = Aws::String>
126 inline void SetNumDeleted(
int value) { m_numDeletedHasBeenSet =
true; m_numDeleted = value; }
136 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
137 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
138 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
148 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
149 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
150 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
160 template<
typename FailureReasonT = Aws::String>
161 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
162 template<
typename FailureReasonT = Aws::String>
168 bool m_jobNameHasBeenSet =
false;
171 bool m_dataDeletionJobArnHasBeenSet =
false;
174 bool m_datasetGroupArnHasBeenSet =
false;
177 bool m_dataSourceHasBeenSet =
false;
180 bool m_roleArnHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
186 bool m_numDeletedHasBeenSet =
false;
189 bool m_creationDateTimeHasBeenSet =
false;
192 bool m_lastUpdatedDateTimeHasBeenSet =
false;
195 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