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 {
46 template <
typename BatchSegmentJobArnT = Aws::String>
48 m_batchSegmentJobArnHasBeenSet =
true;
49 m_batchSegmentJobArn = std::forward<BatchSegmentJobArnT>(value);
51 template <
typename BatchSegmentJobArnT = Aws::String>
64 template <
typename JobNameT = Aws::String>
66 m_jobNameHasBeenSet =
true;
67 m_jobName = std::forward<JobNameT>(value);
69 template <
typename JobNameT = Aws::String>
84 template <
typename StatusT = Aws::String>
86 m_statusHasBeenSet =
true;
87 m_status = std::forward<StatusT>(value);
89 template <
typename StatusT = Aws::String>
102 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
104 m_creationDateTimeHasBeenSet =
true;
105 m_creationDateTime = std::forward<CreationDateTimeT>(value);
107 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
120 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
122 m_lastUpdatedDateTimeHasBeenSet =
true;
123 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
125 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
138 template <
typename FailureReasonT = Aws::String>
140 m_failureReasonHasBeenSet =
true;
141 m_failureReason = std::forward<FailureReasonT>(value);
143 template <
typename FailureReasonT = Aws::String>
157 template <
typename SolutionVersionArnT = Aws::String>
159 m_solutionVersionArnHasBeenSet =
true;
160 m_solutionVersionArn = std::forward<SolutionVersionArnT>(value);
162 template <
typename SolutionVersionArnT = Aws::String>
182 bool m_batchSegmentJobArnHasBeenSet =
false;
183 bool m_jobNameHasBeenSet =
false;
184 bool m_statusHasBeenSet =
false;
185 bool m_creationDateTimeHasBeenSet =
false;
186 bool m_lastUpdatedDateTimeHasBeenSet =
false;
187 bool m_failureReasonHasBeenSet =
false;
188 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