7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/model/BatchSegmentJobInput.h>
10#include <aws/personalize/model/BatchSegmentJobOutput.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename JobNameT = Aws::String>
50 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
51 template<
typename JobNameT = Aws::String>
61 template<
typename BatchSegmentJobArnT = Aws::String>
62 void SetBatchSegmentJobArn(BatchSegmentJobArnT&& value) { m_batchSegmentJobArnHasBeenSet =
true; m_batchSegmentJobArn = std::forward<BatchSegmentJobArnT>(value); }
63 template<
typename BatchSegmentJobArnT = Aws::String>
73 template<
typename FilterArnT = Aws::String>
74 void SetFilterArn(FilterArnT&& value) { m_filterArnHasBeenSet =
true; m_filterArn = std::forward<FilterArnT>(value); }
75 template<
typename FilterArnT = Aws::String>
85 template<
typename FailureReasonT = Aws::String>
86 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
87 template<
typename FailureReasonT = Aws::String>
98 template<
typename SolutionVersionArnT = Aws::String>
99 void SetSolutionVersionArn(SolutionVersionArnT&& value) { m_solutionVersionArnHasBeenSet =
true; m_solutionVersionArn = std::forward<SolutionVersionArnT>(value); }
100 template<
typename SolutionVersionArnT = Aws::String>
111 inline void SetNumResults(
int value) { m_numResultsHasBeenSet =
true; m_numResults = value; }
122 template<
typename JobInputT = BatchSegmentJobInput>
123 void SetJobInput(JobInputT&& value) { m_jobInputHasBeenSet =
true; m_jobInput = std::forward<JobInputT>(value); }
124 template<
typename JobInputT = BatchSegmentJobInput>
135 template<
typename JobOutputT = BatchSegmentJobOutput>
136 void SetJobOutput(JobOutputT&& value) { m_jobOutputHasBeenSet =
true; m_jobOutput = std::forward<JobOutputT>(value); }
137 template<
typename JobOutputT = BatchSegmentJobOutput>
148 template<
typename RoleArnT = Aws::String>
149 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
150 template<
typename RoleArnT = Aws::String>
162 template<
typename StatusT = Aws::String>
163 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
164 template<
typename StatusT = Aws::String>
174 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
175 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
176 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
186 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
187 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
188 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
194 bool m_jobNameHasBeenSet =
false;
197 bool m_batchSegmentJobArnHasBeenSet =
false;
200 bool m_filterArnHasBeenSet =
false;
203 bool m_failureReasonHasBeenSet =
false;
206 bool m_solutionVersionArnHasBeenSet =
false;
209 bool m_numResultsHasBeenSet =
false;
211 BatchSegmentJobInput m_jobInput;
212 bool m_jobInputHasBeenSet =
false;
214 BatchSegmentJobOutput m_jobOutput;
215 bool m_jobOutputHasBeenSet =
false;
218 bool m_roleArnHasBeenSet =
false;
221 bool m_statusHasBeenSet =
false;
224 bool m_creationDateTimeHasBeenSet =
false;
227 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