7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/personalize/model/BatchInferenceJobMode.h>
53 template<
typename BatchInferenceJobArnT = Aws::String>
54 void SetBatchInferenceJobArn(BatchInferenceJobArnT&& value) { m_batchInferenceJobArnHasBeenSet =
true; m_batchInferenceJobArn = std::forward<BatchInferenceJobArnT>(value); }
55 template<
typename BatchInferenceJobArnT = Aws::String>
65 template<
typename JobNameT = Aws::String>
66 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
67 template<
typename JobNameT = Aws::String>
79 template<
typename StatusT = Aws::String>
80 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
81 template<
typename StatusT = Aws::String>
91 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
92 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
93 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
103 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
104 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
105 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
115 template<
typename FailureReasonT = Aws::String>
116 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
117 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>
145 bool m_batchInferenceJobArnHasBeenSet =
false;
148 bool m_jobNameHasBeenSet =
false;
151 bool m_statusHasBeenSet =
false;
154 bool m_creationDateTimeHasBeenSet =
false;
157 bool m_lastUpdatedDateTimeHasBeenSet =
false;
160 bool m_failureReasonHasBeenSet =
false;
163 bool m_solutionVersionArnHasBeenSet =
false;
166 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