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 DataDeletionJobArnT = Aws::String>
51 void SetDataDeletionJobArn(DataDeletionJobArnT&& value) { m_dataDeletionJobArnHasBeenSet =
true; m_dataDeletionJobArn = std::forward<DataDeletionJobArnT>(value); }
52 template<
typename DataDeletionJobArnT = Aws::String>
63 template<
typename DatasetGroupArnT = Aws::String>
64 void SetDatasetGroupArn(DatasetGroupArnT&& value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn = std::forward<DatasetGroupArnT>(value); }
65 template<
typename DatasetGroupArnT = Aws::String>
75 template<
typename JobNameT = Aws::String>
76 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
77 template<
typename JobNameT = Aws::String>
89 template<
typename StatusT = Aws::String>
90 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
91 template<
typename StatusT = Aws::String>
101 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
102 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
103 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
113 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
114 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
115 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
125 template<
typename FailureReasonT = Aws::String>
126 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
127 template<
typename FailureReasonT = Aws::String>
133 bool m_dataDeletionJobArnHasBeenSet =
false;
136 bool m_datasetGroupArnHasBeenSet =
false;
139 bool m_jobNameHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
145 bool m_creationDateTimeHasBeenSet =
false;
148 bool m_lastUpdatedDateTimeHasBeenSet =
false;
151 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