7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
52 template<
typename BatchSegmentJobArnT = Aws::String>
53 void SetBatchSegmentJobArn(BatchSegmentJobArnT&& value) { m_batchSegmentJobArnHasBeenSet =
true; m_batchSegmentJobArn = std::forward<BatchSegmentJobArnT>(value); }
54 template<
typename BatchSegmentJobArnT = Aws::String>
64 template<
typename JobNameT = Aws::String>
65 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
66 template<
typename JobNameT = Aws::String>
78 template<
typename StatusT = Aws::String>
79 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
80 template<
typename StatusT = Aws::String>
90 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
91 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
92 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
102 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
103 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
104 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
114 template<
typename FailureReasonT = Aws::String>
115 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
116 template<
typename FailureReasonT = Aws::String>
127 template<
typename SolutionVersionArnT = Aws::String>
128 void SetSolutionVersionArn(SolutionVersionArnT&& value) { m_solutionVersionArnHasBeenSet =
true; m_solutionVersionArn = std::forward<SolutionVersionArnT>(value); }
129 template<
typename SolutionVersionArnT = Aws::String>
135 bool m_batchSegmentJobArnHasBeenSet =
false;
138 bool m_jobNameHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
144 bool m_creationDateTimeHasBeenSet =
false;
147 bool m_lastUpdatedDateTimeHasBeenSet =
false;
150 bool m_failureReasonHasBeenSet =
false;
153 bool m_solutionVersionArnHasBeenSet =
false;
bool SolutionVersionArnHasBeenSet() const
AWS_PERSONALIZE_API BatchSegmentJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBatchSegmentJobArn(BatchSegmentJobArnT &&value)
void SetJobName(JobNameT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
void SetFailureReason(FailureReasonT &&value)
BatchSegmentJobSummary & WithBatchSegmentJobArn(BatchSegmentJobArnT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetFailureReason() const
const Aws::String & GetBatchSegmentJobArn() const
BatchSegmentJobSummary & WithStatus(StatusT &&value)
AWS_PERSONALIZE_API BatchSegmentJobSummary()=default
void SetSolutionVersionArn(SolutionVersionArnT &&value)
BatchSegmentJobSummary & WithSolutionVersionArn(SolutionVersionArnT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::String & GetStatus() const
const Aws::String & GetSolutionVersionArn() const
AWS_PERSONALIZE_API BatchSegmentJobSummary(Aws::Utils::Json::JsonView jsonValue)
BatchSegmentJobSummary & WithFailureReason(FailureReasonT &&value)
void SetStatus(StatusT &&value)
BatchSegmentJobSummary & WithJobName(JobNameT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
BatchSegmentJobSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool BatchSegmentJobArnHasBeenSet() const
bool JobNameHasBeenSet() const
const Aws::String & GetJobName() const
bool CreationDateTimeHasBeenSet() const
BatchSegmentJobSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool FailureReasonHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue