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>
41 template <
typename JobNamesT = Aws::Vector<Aws::String>>
43 m_jobNamesHasBeenSet =
true;
44 m_jobNames = std::forward<JobNamesT>(value);
46 template <
typename JobNamesT = Aws::Vector<Aws::String>>
51 template <
typename JobNamesT = Aws::String>
53 m_jobNamesHasBeenSet =
true;
54 m_jobNames.emplace_back(std::forward<JobNamesT>(value));
60 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