/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The details of a Crawler node present in the workflow.See
* Also:
AWS
* API Reference
A list of crawls represented by the crawl node.
*/ inline const Aws::VectorA list of crawls represented by the crawl node.
*/ inline bool CrawlsHasBeenSet() const { return m_crawlsHasBeenSet; } /** *A list of crawls represented by the crawl node.
*/ inline void SetCrawls(const Aws::VectorA list of crawls represented by the crawl node.
*/ inline void SetCrawls(Aws::VectorA list of crawls represented by the crawl node.
*/ inline CrawlerNodeDetails& WithCrawls(const Aws::VectorA list of crawls represented by the crawl node.
*/ inline CrawlerNodeDetails& WithCrawls(Aws::VectorA list of crawls represented by the crawl node.
*/ inline CrawlerNodeDetails& AddCrawls(const Crawl& value) { m_crawlsHasBeenSet = true; m_crawls.push_back(value); return *this; } /** *A list of crawls represented by the crawl node.
*/ inline CrawlerNodeDetails& AddCrawls(Crawl&& value) { m_crawlsHasBeenSet = true; m_crawls.push_back(std::move(value)); return *this; } private: Aws::Vector