7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ErrorDetail.h>
48 template<
typename JobNameT = Aws::String>
49 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
50 template<
typename JobNameT = Aws::String>
60 template<
typename JobRunIdT = Aws::String>
61 void SetJobRunId(JobRunIdT&& value) { m_jobRunIdHasBeenSet =
true; m_jobRunId = std::forward<JobRunIdT>(value); }
62 template<
typename JobRunIdT = Aws::String>
72 template<
typename ErrorDetailT = ErrorDetail>
73 void SetErrorDetail(ErrorDetailT&& value) { m_errorDetailHasBeenSet =
true; m_errorDetail = std::forward<ErrorDetailT>(value); }
74 template<
typename ErrorDetailT = ErrorDetail>
80 bool m_jobNameHasBeenSet =
false;
83 bool m_jobRunIdHasBeenSet =
false;
86 bool m_errorDetailHasBeenSet =
false;
bool JobNameHasBeenSet() const
const Aws::String & GetJobName() const
void SetJobName(JobNameT &&value)
AWS_GLUE_API BatchStopJobRunError(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API BatchStopJobRunError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobRunId(JobRunIdT &&value)
BatchStopJobRunError & WithJobRunId(JobRunIdT &&value)
const ErrorDetail & GetErrorDetail() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
BatchStopJobRunError & WithErrorDetail(ErrorDetailT &&value)
void SetErrorDetail(ErrorDetailT &&value)
BatchStopJobRunError & WithJobName(JobNameT &&value)
const Aws::String & GetJobRunId() const
bool ErrorDetailHasBeenSet() const
bool JobRunIdHasBeenSet() const
AWS_GLUE_API BatchStopJobRunError()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue