7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename CrawlerNamesT = Aws::Vector<Aws::String>>
43 void SetCrawlerNames(CrawlerNamesT&& value) { m_crawlerNamesHasBeenSet =
true; m_crawlerNames = std::forward<CrawlerNamesT>(value); }
44 template<
typename CrawlerNamesT = Aws::Vector<Aws::String>>
46 template<
typename CrawlerNamesT = Aws::String>
47 ListCrawlersResult&
AddCrawlerNames(CrawlerNamesT&& value) { m_crawlerNamesHasBeenSet =
true; m_crawlerNames.emplace_back(std::forward<CrawlerNamesT>(value));
return *
this; }
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_crawlerNamesHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 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