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/BatchSegmentJobInput.h>
11#include <aws/personalize/model/BatchSegmentJobOutput.h>
22namespace Personalize {
43 template <
typename JobNameT = Aws::String>
45 m_jobNameHasBeenSet =
true;
46 m_jobName = std::forward<JobNameT>(value);
48 template <
typename JobNameT = Aws::String>
61 template <
typename BatchSegmentJobArnT = Aws::String>
63 m_batchSegmentJobArnHasBeenSet =
true;
64 m_batchSegmentJobArn = std::forward<BatchSegmentJobArnT>(value);
66 template <
typename BatchSegmentJobArnT = Aws::String>
79 template <
typename FilterArnT = Aws::String>
81 m_filterArnHasBeenSet =
true;
82 m_filterArn = std::forward<FilterArnT>(value);
84 template <
typename FilterArnT = Aws::String>
97 template <
typename FailureReasonT = Aws::String>
99 m_failureReasonHasBeenSet =
true;
100 m_failureReason = std::forward<FailureReasonT>(value);
102 template <
typename FailureReasonT = Aws::String>
116 template <
typename SolutionVersionArnT = Aws::String>
118 m_solutionVersionArnHasBeenSet =
true;
119 m_solutionVersionArn = std::forward<SolutionVersionArnT>(value);
121 template <
typename SolutionVersionArnT = Aws::String>
136 m_numResultsHasBeenSet =
true;
137 m_numResults = value;
152 template <
typename JobInputT = BatchSegmentJobInput>
154 m_jobInputHasBeenSet =
true;
155 m_jobInput = std::forward<JobInputT>(value);
157 template <
typename JobInputT = BatchSegmentJobInput>
171 template <
typename JobOutputT = BatchSegmentJobOutput>
173 m_jobOutputHasBeenSet =
true;
174 m_jobOutput = std::forward<JobOutputT>(value);
176 template <
typename JobOutputT = BatchSegmentJobOutput>
190 template <
typename RoleArnT = Aws::String>
192 m_roleArnHasBeenSet =
true;
193 m_roleArn = std::forward<RoleArnT>(value);
195 template <
typename RoleArnT = Aws::String>
210 template <
typename StatusT = Aws::String>
212 m_statusHasBeenSet =
true;
213 m_status = std::forward<StatusT>(value);
215 template <
typename StatusT = Aws::String>
228 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
230 m_creationDateTimeHasBeenSet =
true;
231 m_creationDateTime = std::forward<CreationDateTimeT>(value);
233 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
246 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
248 m_lastUpdatedDateTimeHasBeenSet =
true;
249 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
251 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
270 BatchSegmentJobInput m_jobInput;
272 BatchSegmentJobOutput m_jobOutput;
281 bool m_jobNameHasBeenSet =
false;
282 bool m_batchSegmentJobArnHasBeenSet =
false;
283 bool m_filterArnHasBeenSet =
false;
284 bool m_failureReasonHasBeenSet =
false;
285 bool m_solutionVersionArnHasBeenSet =
false;
286 bool m_numResultsHasBeenSet =
false;
287 bool m_jobInputHasBeenSet =
false;
288 bool m_jobOutputHasBeenSet =
false;
289 bool m_roleArnHasBeenSet =
false;
290 bool m_statusHasBeenSet =
false;
291 bool m_creationDateTimeHasBeenSet =
false;
292 bool m_lastUpdatedDateTimeHasBeenSet =
false;
bool LastUpdatedDateTimeHasBeenSet() const
int GetNumResults() const
AWS_PERSONALIZE_API BatchSegmentJob(Aws::Utils::Json::JsonView jsonValue)
BatchSegmentJob & WithRoleArn(RoleArnT &&value)
BatchSegmentJob & WithBatchSegmentJobArn(BatchSegmentJobArnT &&value)
void SetJobInput(JobInputT &&value)
BatchSegmentJob & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetBatchSegmentJobArn(BatchSegmentJobArnT &&value)
BatchSegmentJob & WithJobInput(JobInputT &&value)
BatchSegmentJob & WithCreationDateTime(CreationDateTimeT &&value)
void SetJobOutput(JobOutputT &&value)
void SetRoleArn(RoleArnT &&value)
bool JobInputHasBeenSet() const
void SetSolutionVersionArn(SolutionVersionArnT &&value)
const Aws::String & GetSolutionVersionArn() const
bool JobNameHasBeenSet() const
BatchSegmentJob & WithFailureReason(FailureReasonT &&value)
void SetJobName(JobNameT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
BatchSegmentJob & WithFilterArn(FilterArnT &&value)
BatchSegmentJob & WithJobOutput(JobOutputT &&value)
void SetNumResults(int value)
const Aws::String & GetFilterArn() const
BatchSegmentJob & WithNumResults(int value)
bool CreationDateTimeHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::String & GetRoleArn() const
BatchSegmentJob & WithJobName(JobNameT &&value)
void SetFailureReason(FailureReasonT &&value)
const BatchSegmentJobOutput & GetJobOutput() const
bool SolutionVersionArnHasBeenSet() const
AWS_PERSONALIZE_API BatchSegmentJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobName() const
bool FilterArnHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
bool BatchSegmentJobArnHasBeenSet() const
bool RoleArnHasBeenSet() const
const Aws::String & GetFailureReason() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool FailureReasonHasBeenSet() const
void SetStatus(StatusT &&value)
bool NumResultsHasBeenSet() const
BatchSegmentJob & WithStatus(StatusT &&value)
void SetFilterArn(FilterArnT &&value)
const Aws::String & GetBatchSegmentJobArn() const
BatchSegmentJob & WithSolutionVersionArn(SolutionVersionArnT &&value)
const Aws::String & GetStatus() const
const BatchSegmentJobInput & GetJobInput() const
bool JobOutputHasBeenSet() const
AWS_PERSONALIZE_API BatchSegmentJob()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue