7#include <aws/accessanalyzer/AccessAnalyzerRequest.h>
8#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
9#include <aws/accessanalyzer/model/Type.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
18namespace AccessAnalyzer {
46 template <
typename NextTokenT = Aws::String>
48 m_nextTokenHasBeenSet =
true;
49 m_nextToken = std::forward<NextTokenT>(value);
51 template <
typename NextTokenT = Aws::String>
65 m_maxResultsHasBeenSet =
true;
81 m_typeHasBeenSet =
true;
91 bool m_nextTokenHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListAnalyzersRequest & WithType(Type value)
bool NextTokenHasBeenSet() const
AWS_ACCESSANALYZER_API ListAnalyzersRequest()=default
virtual const char * GetServiceRequestName() const override
ListAnalyzersRequest & WithNextToken(NextTokenT &&value)
AWS_ACCESSANALYZER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
ListAnalyzersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String