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 CrawlerNamesT = Aws::Vector<Aws::String>>
46 void SetCrawlerNames(CrawlerNamesT&& value) { m_crawlerNamesHasBeenSet =
true; m_crawlerNames = std::forward<CrawlerNamesT>(value); }
47 template<
typename CrawlerNamesT = Aws::Vector<Aws::String>>
49 template<
typename CrawlerNamesT = Aws::String>
55 bool m_crawlerNamesHasBeenSet =
false;
AWS_GLUE_API Aws::String SerializePayload() const override
BatchGetCrawlersRequest & WithCrawlerNames(CrawlerNamesT &&value)
virtual const char * GetServiceRequestName() const override
bool CrawlerNamesHasBeenSet() const
void SetCrawlerNames(CrawlerNamesT &&value)
BatchGetCrawlersRequest & AddCrawlerNames(CrawlerNamesT &&value)
AWS_GLUE_API BatchGetCrawlersRequest()=default
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