7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename CrawlerNameListT = Aws::Vector<Aws::String>>
42 m_crawlerNameListHasBeenSet =
true;
43 m_crawlerNameList = std::forward<CrawlerNameListT>(value);
45 template <
typename CrawlerNameListT = Aws::Vector<Aws::String>>
50 template <
typename CrawlerNameListT = Aws::String>
52 m_crawlerNameListHasBeenSet =
true;
53 m_crawlerNameList.emplace_back(std::forward<CrawlerNameListT>(value));
65 m_maxResultsHasBeenSet =
true;
80 template <
typename NextTokenT = Aws::String>
82 m_nextTokenHasBeenSet =
true;
83 m_nextToken = std::forward<NextTokenT>(value);
85 template <
typename NextTokenT = Aws::String>
93 bool m_crawlerNameListHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
void SetCrawlerNameList(CrawlerNameListT &&value)
GetCrawlerMetricsRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetCrawlerNameList() const
int GetMaxResults() const
AWS_GLUE_API GetCrawlerMetricsRequest()=default
GetCrawlerMetricsRequest & AddCrawlerNameList(CrawlerNameListT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
GetCrawlerMetricsRequest & WithCrawlerNameList(CrawlerNameListT &&value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CrawlerNameListHasBeenSet() const
bool MaxResultsHasBeenSet() const
GetCrawlerMetricsRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector