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/BatchInferenceJobMode.h>
21namespace Personalize {
47 template <
typename BatchInferenceJobArnT = Aws::String>
49 m_batchInferenceJobArnHasBeenSet =
true;
50 m_batchInferenceJobArn = std::forward<BatchInferenceJobArnT>(value);
52 template <
typename BatchInferenceJobArnT = Aws::String>
65 template <
typename JobNameT = Aws::String>
67 m_jobNameHasBeenSet =
true;
68 m_jobName = std::forward<JobNameT>(value);
70 template <
typename JobNameT = Aws::String>
85 template <
typename StatusT = Aws::String>
87 m_statusHasBeenSet =
true;
88 m_status = std::forward<StatusT>(value);
90 template <
typename StatusT = Aws::String>
103 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
105 m_creationDateTimeHasBeenSet =
true;
106 m_creationDateTime = std::forward<CreationDateTimeT>(value);
108 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
121 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
123 m_lastUpdatedDateTimeHasBeenSet =
true;
124 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
126 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
139 template <
typename FailureReasonT = Aws::String>
141 m_failureReasonHasBeenSet =
true;
142 m_failureReason = std::forward<FailureReasonT>(value);
144 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>
176 m_batchInferenceJobModeHasBeenSet =
true;
177 m_batchInferenceJobMode = value;
200 bool m_batchInferenceJobArnHasBeenSet =
false;
201 bool m_jobNameHasBeenSet =
false;
202 bool m_statusHasBeenSet =
false;
203 bool m_creationDateTimeHasBeenSet =
false;
204 bool m_lastUpdatedDateTimeHasBeenSet =
false;
205 bool m_failureReasonHasBeenSet =
false;
206 bool m_solutionVersionArnHasBeenSet =
false;
207 bool m_batchInferenceJobModeHasBeenSet =
false;
BatchInferenceJobSummary & WithBatchInferenceJobMode(BatchInferenceJobMode value)
BatchInferenceJobSummary & WithSolutionVersionArn(SolutionVersionArnT &&value)
BatchInferenceJobSummary & WithJobName(JobNameT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
bool StatusHasBeenSet() const
AWS_PERSONALIZE_API BatchInferenceJobSummary()=default
bool SolutionVersionArnHasBeenSet() const
BatchInferenceJobMode GetBatchInferenceJobMode() const
bool BatchInferenceJobArnHasBeenSet() const
const Aws::String & GetFailureReason() const
BatchInferenceJobSummary & WithStatus(StatusT &&value)
BatchInferenceJobSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetStatus(StatusT &&value)
BatchInferenceJobSummary & WithBatchInferenceJobArn(BatchInferenceJobArnT &&value)
bool BatchInferenceJobModeHasBeenSet() const
void SetJobName(JobNameT &&value)
BatchInferenceJobSummary & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetSolutionVersionArn() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationDateTimeHasBeenSet() const
const Aws::String & GetJobName() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::Utils::DateTime & GetCreationDateTime() const
AWS_PERSONALIZE_API BatchInferenceJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FailureReasonHasBeenSet() const
void SetBatchInferenceJobArn(BatchInferenceJobArnT &&value)
AWS_PERSONALIZE_API BatchInferenceJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetBatchInferenceJobArn() const
void SetSolutionVersionArn(SolutionVersionArnT &&value)
BatchInferenceJobSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool JobNameHasBeenSet() const
void SetBatchInferenceJobMode(BatchInferenceJobMode value)
const Aws::String & GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue