7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename JobNameT = Aws::String>
42 m_jobNameHasBeenSet =
true;
43 m_jobName = std::forward<JobNameT>(value);
45 template <
typename JobNameT = Aws::String>
59 template <
typename JobRunIdsT = Aws::Vector<Aws::String>>
61 m_jobRunIdsHasBeenSet =
true;
62 m_jobRunIds = std::forward<JobRunIdsT>(value);
64 template <
typename JobRunIdsT = Aws::Vector<Aws::String>>
69 template <
typename JobRunIdsT = Aws::String>
71 m_jobRunIdsHasBeenSet =
true;
72 m_jobRunIds.emplace_back(std::forward<JobRunIdsT>(value));
78 bool m_jobNameHasBeenSet =
false;
81 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