7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename JobNamesT = Aws::Vector<Aws::String>>
46 void SetJobNames(JobNamesT&& value) { m_jobNamesHasBeenSet =
true; m_jobNames = std::forward<JobNamesT>(value); }
47 template<
typename JobNamesT = Aws::Vector<Aws::String>>
49 template<
typename JobNamesT = Aws::String>
55 bool m_jobNamesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetJobNames() const
BatchGetJobsRequest & WithJobNames(JobNamesT &&value)
bool JobNamesHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetJobsRequest & AddJobNames(JobNamesT &&value)
void SetJobNames(JobNamesT &&value)
AWS_GLUE_API BatchGetJobsRequest()=default
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