7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename CrawlerNameT = Aws::String>
41 m_crawlerNameHasBeenSet =
true;
42 m_crawlerName = std::forward<CrawlerNameT>(value);
44 template <
typename CrawlerNameT = Aws::String>
52 bool m_crawlerNameHasBeenSet =
false;
const Aws::String & GetCrawlerName() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API StopCrawlerScheduleRequest()=default
virtual const char * GetServiceRequestName() const override
bool CrawlerNameHasBeenSet() const
StopCrawlerScheduleRequest & WithCrawlerName(CrawlerNameT &&value)
void SetCrawlerName(CrawlerNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String