7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/ComprehendRequest.h>
9#include <aws/comprehend/model/FlywheelFilter.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename FilterT = FlywheelFilter>
47 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
48 template<
typename FilterT = FlywheelFilter>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
76 bool m_filterHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
ListFlywheelsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
ListFlywheelsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetFilter(FilterT &&value)
bool MaxResultsHasBeenSet() const
ListFlywheelsRequest & WithFilter(FilterT &&value)
AWS_COMPREHEND_API Aws::String SerializePayload() const override
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_COMPREHEND_API ListFlywheelsRequest()=default
const FlywheelFilter & GetFilter() const
bool NextTokenHasBeenSet() const
bool FilterHasBeenSet() const
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String