7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Crawl.h>
42 template <
typename CrawlsT = Aws::Vector<Crawl>>
44 m_crawlsHasBeenSet =
true;
45 m_crawls = std::forward<CrawlsT>(value);
47 template <
typename CrawlsT = Aws::Vector<Crawl>>
52 template <
typename CrawlsT = Crawl>
54 m_crawlsHasBeenSet =
true;
55 m_crawls.emplace_back(std::forward<CrawlsT>(value));
61 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