7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ErrorDetail.h>
50 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
64 inline void SetJobRunId(
const char* value) { m_jobRunIdHasBeenSet =
true; m_jobRunId.assign(value); }
84 bool m_jobNameHasBeenSet =
false;
87 bool m_jobRunIdHasBeenSet =
false;
90 bool m_errorDetailHasBeenSet =
false;
BatchStopJobRunError & WithJobName(const Aws::String &value)
BatchStopJobRunError & WithErrorDetail(ErrorDetail &&value)
void SetJobName(const char *value)
BatchStopJobRunError & WithJobRunId(const char *value)
bool JobNameHasBeenSet() const
void SetJobName(Aws::String &&value)
BatchStopJobRunError & WithErrorDetail(const ErrorDetail &value)
void SetErrorDetail(ErrorDetail &&value)
const Aws::String & GetJobName() const
BatchStopJobRunError & WithJobName(const char *value)
AWS_GLUE_API BatchStopJobRunError()
void SetJobRunId(const Aws::String &value)
AWS_GLUE_API BatchStopJobRunError(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API BatchStopJobRunError & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchStopJobRunError & WithJobRunId(const Aws::String &value)
BatchStopJobRunError & WithJobRunId(Aws::String &&value)
void SetJobName(const Aws::String &value)
void SetErrorDetail(const ErrorDetail &value)
BatchStopJobRunError & WithJobName(Aws::String &&value)
void SetJobRunId(const char *value)
const ErrorDetail & GetErrorDetail() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJobRunId() const
void SetJobRunId(Aws::String &&value)
bool ErrorDetailHasBeenSet() const
bool JobRunIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue