7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename JobNameT = Aws::String>
45 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
46 template<
typename JobNameT = Aws::String>
57 template<
typename JobRunIdsT = Aws::Vector<Aws::String>>
58 void SetJobRunIds(JobRunIdsT&& value) { m_jobRunIdsHasBeenSet =
true; m_jobRunIds = std::forward<JobRunIdsT>(value); }
59 template<
typename JobRunIdsT = Aws::Vector<Aws::String>>
61 template<
typename JobRunIdsT = Aws::String>
67 bool m_jobNameHasBeenSet =
false;
70 bool m_jobRunIdsHasBeenSet =
false;
bool JobRunIdsHasBeenSet() const
void SetJobRunIds(JobRunIdsT &&value)
const Aws::String & GetJobName() const
BatchStopJobRunRequest & AddJobRunIds(JobRunIdsT &&value)
AWS_GLUE_API BatchStopJobRunRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
BatchStopJobRunRequest & WithJobRunIds(JobRunIdsT &&value)
void SetJobName(JobNameT &&value)
bool JobNameHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchStopJobRunRequest & WithJobName(JobNameT &&value)
const Aws::Vector< Aws::String > & GetJobRunIds() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector