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>
10#include <aws/glue/model/CrawlerHistory.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename CrawlsT = Aws::Vector<CrawlerHistory>>
44 void SetCrawls(CrawlsT&& value) { m_crawlsHasBeenSet =
true; m_crawls = std::forward<CrawlsT>(value); }
45 template<
typename CrawlsT = Aws::Vector<CrawlerHistory>>
47 template<
typename CrawlsT = CrawlerHistory>
48 ListCrawlsResult&
AddCrawls(CrawlsT&& value) { m_crawlsHasBeenSet =
true; m_crawls.emplace_back(std::forward<CrawlsT>(value));
return *
this; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_crawlsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
ListCrawlsResult & WithCrawls(CrawlsT &&value)
ListCrawlsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< CrawlerHistory > & GetCrawls() const
void SetCrawls(CrawlsT &&value)
ListCrawlsResult & AddCrawls(CrawlsT &&value)
const Aws::String & GetRequestId() const
ListCrawlsResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API ListCrawlsResult()=default
AWS_GLUE_API ListCrawlsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
AWS_GLUE_API ListCrawlsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue