7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker/model/ProcessingJobStatus.h>
50 inline void SetProcessingJobName(
const char* value) { m_processingJobNameHasBeenSet =
true; m_processingJobName.assign(value); }
64 inline void SetProcessingJobArn(
const char* value) { m_processingJobArnHasBeenSet =
true; m_processingJobArn.assign(value); }
127 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
142 inline void SetExitMessage(
const char* value) { m_exitMessageHasBeenSet =
true; m_exitMessage.assign(value); }
150 bool m_processingJobNameHasBeenSet =
false;
153 bool m_processingJobArnHasBeenSet =
false;
156 bool m_creationTimeHasBeenSet =
false;
159 bool m_processingEndTimeHasBeenSet =
false;
162 bool m_lastModifiedTimeHasBeenSet =
false;
165 bool m_processingJobStatusHasBeenSet =
false;
168 bool m_failureReasonHasBeenSet =
false;
171 bool m_exitMessageHasBeenSet =
false;
ProcessingJobSummary & WithFailureReason(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetProcessingJobName(const Aws::String &value)
void SetProcessingJobArn(Aws::String &&value)
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetProcessingJobName(Aws::String &&value)
void SetExitMessage(const char *value)
const Aws::String & GetExitMessage() const
ProcessingJobSummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
ProcessingJobSummary & WithProcessingJobArn(const Aws::String &value)
ProcessingJobSummary & WithProcessingJobName(const char *value)
const ProcessingJobStatus & GetProcessingJobStatus() const
void SetFailureReason(Aws::String &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProcessingEndTimeHasBeenSet() const
void SetExitMessage(const Aws::String &value)
ProcessingJobSummary & WithProcessingEndTime(const Aws::Utils::DateTime &value)
bool ProcessingJobNameHasBeenSet() const
ProcessingJobSummary & WithCreationTime(const Aws::Utils::DateTime &value)
void SetProcessingJobArn(const char *value)
ProcessingJobSummary & WithExitMessage(const char *value)
void SetProcessingJobName(const char *value)
ProcessingJobSummary & WithProcessingJobName(Aws::String &&value)
void SetProcessingJobStatus(const ProcessingJobStatus &value)
bool ProcessingJobStatusHasBeenSet() const
AWS_SAGEMAKER_API ProcessingJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(Aws::Utils::DateTime &&value)
AWS_SAGEMAKER_API ProcessingJobSummary()
ProcessingJobSummary & WithCreationTime(Aws::Utils::DateTime &&value)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
ProcessingJobSummary & WithProcessingJobArn(const char *value)
void SetProcessingEndTime(const Aws::Utils::DateTime &value)
ProcessingJobSummary & WithExitMessage(Aws::String &&value)
const Aws::String & GetProcessingJobArn() const
ProcessingJobSummary & WithFailureReason(const char *value)
ProcessingJobSummary & WithProcessingJobStatus(const ProcessingJobStatus &value)
const Aws::String & GetFailureReason() const
ProcessingJobSummary & WithFailureReason(const Aws::String &value)
ProcessingJobSummary & WithExitMessage(const Aws::String &value)
void SetExitMessage(Aws::String &&value)
ProcessingJobSummary & WithProcessingEndTime(Aws::Utils::DateTime &&value)
bool ProcessingJobArnHasBeenSet() const
AWS_SAGEMAKER_API ProcessingJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedTimeHasBeenSet() const
ProcessingJobSummary & WithProcessingJobArn(Aws::String &&value)
ProcessingJobSummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
ProcessingJobSummary & WithProcessingJobStatus(ProcessingJobStatus &&value)
void SetProcessingJobStatus(ProcessingJobStatus &&value)
bool FailureReasonHasBeenSet() const
const Aws::Utils::DateTime & GetProcessingEndTime() const
const Aws::String & GetProcessingJobName() const
void SetProcessingJobArn(const Aws::String &value)
void SetProcessingEndTime(Aws::Utils::DateTime &&value)
void SetFailureReason(const char *value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
ProcessingJobSummary & WithProcessingJobName(const Aws::String &value)
void SetFailureReason(const Aws::String &value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
bool ExitMessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue