7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename CrawlerNameListT = Aws::Vector<Aws::String>>
45 void SetCrawlerNameList(CrawlerNameListT&& value) { m_crawlerNameListHasBeenSet =
true; m_crawlerNameList = std::forward<CrawlerNameListT>(value); }
46 template<
typename CrawlerNameListT = Aws::Vector<Aws::String>>
48 template<
typename CrawlerNameListT = Aws::String>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
76 bool m_crawlerNameListHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
82 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