7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename CrawlerNamesT = Aws::Vector<Aws::String>>
38 m_crawlerNamesHasBeenSet =
true;
39 m_crawlerNames = std::forward<CrawlerNamesT>(value);
41 template <
typename CrawlerNamesT = Aws::Vector<Aws::String>>
46 template <
typename CrawlerNamesT = Aws::String>
48 m_crawlerNamesHasBeenSet =
true;
49 m_crawlerNames.emplace_back(std::forward<CrawlerNamesT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
88 bool m_crawlerNamesHasBeenSet =
false;
91 bool m_nextTokenHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListCrawlersResult & WithRequestId(RequestIdT &&value)
ListCrawlersResult & AddCrawlerNames(CrawlerNamesT &&value)
AWS_GLUE_API ListCrawlersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API ListCrawlersResult()=default
ListCrawlersResult & WithNextToken(NextTokenT &&value)
ListCrawlersResult & WithCrawlerNames(CrawlerNamesT &&value)
const Aws::Vector< Aws::String > & GetCrawlerNames() const
AWS_GLUE_API ListCrawlersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
void SetCrawlerNames(CrawlerNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue