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>
56 bool m_crawlerNamesHasBeenSet =
false;
void SetCrawlerNames(const Aws::Vector< Aws::String > &value)
void SetCrawlerNames(Aws::Vector< Aws::String > &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
BatchGetCrawlersRequest & WithCrawlerNames(Aws::Vector< Aws::String > &&value)
BatchGetCrawlersRequest & AddCrawlerNames(Aws::String &&value)
AWS_GLUE_API BatchGetCrawlersRequest()
virtual const char * GetServiceRequestName() const override
BatchGetCrawlersRequest & AddCrawlerNames(const char *value)
bool CrawlerNamesHasBeenSet() const
BatchGetCrawlersRequest & WithCrawlerNames(const Aws::Vector< Aws::String > &value)
BatchGetCrawlersRequest & AddCrawlerNames(const Aws::String &value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetCrawlerNames() const
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