7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename JobNameT = Aws::String>
48 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
49 template<
typename JobNameT = Aws::String>
59 template<
typename JobRunIdT = Aws::String>
60 void SetJobRunId(JobRunIdT&& value) { m_jobRunIdHasBeenSet =
true; m_jobRunId = std::forward<JobRunIdT>(value); }
61 template<
typename JobRunIdT = Aws::String>
67 bool m_jobNameHasBeenSet =
false;
70 bool m_jobRunIdHasBeenSet =
false;
AWS_GLUE_API BatchStopJobRunSuccessfulSubmission()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API BatchStopJobRunSuccessfulSubmission(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobName() const
bool JobRunIdHasBeenSet() const
bool JobNameHasBeenSet() const
void SetJobRunId(JobRunIdT &&value)
void SetJobName(JobNameT &&value)
BatchStopJobRunSuccessfulSubmission & WithJobRunId(JobRunIdT &&value)
AWS_GLUE_API BatchStopJobRunSuccessfulSubmission & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJobRunId() const
BatchStopJobRunSuccessfulSubmission & WithJobName(JobNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue