7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/Crawl.h>
48 template<
typename CrawlsT = Aws::Vector<Crawl>>
49 void SetCrawls(CrawlsT&& value) { m_crawlsHasBeenSet =
true; m_crawls = std::forward<CrawlsT>(value); }
50 template<
typename CrawlsT = Aws::Vector<Crawl>>
52 template<
typename CrawlsT = Crawl>
53 CrawlerNodeDetails&
AddCrawls(CrawlsT&& value) { m_crawlsHasBeenSet =
true; m_crawls.emplace_back(std::forward<CrawlsT>(value));
return *
this; }
58 bool m_crawlsHasBeenSet =
false;
AWS_GLUE_API CrawlerNodeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Crawl > & GetCrawls() const
AWS_GLUE_API CrawlerNodeDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API CrawlerNodeDetails()=default
CrawlerNodeDetails & AddCrawls(CrawlsT &&value)
bool CrawlsHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCrawls(CrawlsT &&value)
CrawlerNodeDetails & WithCrawls(CrawlsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue