7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/AccessAnalyzerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/accessanalyzer/model/Type.h>
19namespace AccessAnalyzer
51 template<
typename NextTokenT = Aws::String>
52 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
53 template<
typename NextTokenT = Aws::String>
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 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