7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ProcessingJobStatus.h>
42 template <
typename ProcessingJobNameT = Aws::String>
44 m_processingJobNameHasBeenSet =
true;
45 m_processingJobName = std::forward<ProcessingJobNameT>(value);
47 template <
typename ProcessingJobNameT = Aws::String>
60 template <
typename ProcessingJobArnT = Aws::String>
62 m_processingJobArnHasBeenSet =
true;
63 m_processingJobArn = std::forward<ProcessingJobArnT>(value);
65 template <
typename ProcessingJobArnT = Aws::String>
78 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 m_creationTimeHasBeenSet =
true;
81 m_creationTime = std::forward<CreationTimeT>(value);
83 template <
typename CreationTimeT = Aws::Utils::DateTime>
96 template <
typename ProcessingEndTimeT = Aws::Utils::DateTime>
98 m_processingEndTimeHasBeenSet =
true;
99 m_processingEndTime = std::forward<ProcessingEndTimeT>(value);
101 template <
typename ProcessingEndTimeT = Aws::Utils::DateTime>
114 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
116 m_lastModifiedTimeHasBeenSet =
true;
117 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
119 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 m_processingJobStatusHasBeenSet =
true;
134 m_processingJobStatus = value;
149 template <
typename FailureReasonT = Aws::String>
151 m_failureReasonHasBeenSet =
true;
152 m_failureReason = std::forward<FailureReasonT>(value);
154 template <
typename FailureReasonT = Aws::String>
168 template <
typename ExitMessageT = Aws::String>
170 m_exitMessageHasBeenSet =
true;
171 m_exitMessage = std::forward<ExitMessageT>(value);
173 template <
typename ExitMessageT = Aws::String>
195 bool m_processingJobNameHasBeenSet =
false;
196 bool m_processingJobArnHasBeenSet =
false;
197 bool m_creationTimeHasBeenSet =
false;
198 bool m_processingEndTimeHasBeenSet =
false;
199 bool m_lastModifiedTimeHasBeenSet =
false;
200 bool m_processingJobStatusHasBeenSet =
false;
201 bool m_failureReasonHasBeenSet =
false;
202 bool m_exitMessageHasBeenSet =
false;
ProcessingJobStatus GetProcessingJobStatus() const
bool CreationTimeHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetExitMessage() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProcessingEndTimeHasBeenSet() const
bool ProcessingJobNameHasBeenSet() const
void SetFailureReason(FailureReasonT &&value)
AWS_SAGEMAKER_API ProcessingJobSummary()=default
bool ProcessingJobStatusHasBeenSet() const
AWS_SAGEMAKER_API ProcessingJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetProcessingJobArn(ProcessingJobArnT &&value)
void SetExitMessage(ExitMessageT &&value)
ProcessingJobSummary & WithProcessingEndTime(ProcessingEndTimeT &&value)
ProcessingJobSummary & WithExitMessage(ExitMessageT &&value)
const Aws::String & GetProcessingJobArn() const
const Aws::String & GetFailureReason() const
void SetProcessingJobName(ProcessingJobNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
ProcessingJobSummary & WithProcessingJobName(ProcessingJobNameT &&value)
bool ProcessingJobArnHasBeenSet() const
AWS_SAGEMAKER_API ProcessingJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ProcessingJobSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetProcessingEndTime(ProcessingEndTimeT &&value)
ProcessingJobSummary & WithCreationTime(CreationTimeT &&value)
bool FailureReasonHasBeenSet() const
ProcessingJobSummary & WithProcessingJobArn(ProcessingJobArnT &&value)
const Aws::Utils::DateTime & GetProcessingEndTime() const
const Aws::String & GetProcessingJobName() const
ProcessingJobSummary & WithFailureReason(FailureReasonT &&value)
ProcessingJobSummary & WithProcessingJobStatus(ProcessingJobStatus value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetProcessingJobStatus(ProcessingJobStatus value)
bool ExitMessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue