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>
46 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
70 bool m_jobNameHasBeenSet =
false;
73 bool m_jobRunIdsHasBeenSet =
false;
bool JobRunIdsHasBeenSet() const
AWS_GLUE_API BatchStopJobRunRequest()
BatchStopJobRunRequest & AddJobRunIds(const Aws::String &value)
const Aws::String & GetJobName() const
BatchStopJobRunRequest & WithJobRunIds(const Aws::Vector< Aws::String > &value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetJobRunIds(const Aws::Vector< Aws::String > &value)
BatchStopJobRunRequest & WithJobName(Aws::String &&value)
BatchStopJobRunRequest & WithJobRunIds(Aws::Vector< Aws::String > &&value)
bool JobNameHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetJobName(const Aws::String &value)
void SetJobName(const char *value)
const Aws::Vector< Aws::String > & GetJobRunIds() const
void SetJobName(Aws::String &&value)
BatchStopJobRunRequest & WithJobName(const Aws::String &value)
BatchStopJobRunRequest & WithJobName(const char *value)
BatchStopJobRunRequest & AddJobRunIds(const char *value)
void SetJobRunIds(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
BatchStopJobRunRequest & AddJobRunIds(Aws::String &&value)
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