7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/AccessAnalyzerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace AccessAnalyzer
51 template<
typename AnalyzerNameT = Aws::String>
52 void SetAnalyzerName(AnalyzerNameT&& value) { m_analyzerNameHasBeenSet =
true; m_analyzerName = std::forward<AnalyzerNameT>(value); }
53 template<
typename AnalyzerNameT = Aws::String>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 bool m_analyzerNameHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_maxResultsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
ListArchiveRulesRequest & WithAnalyzerName(AnalyzerNameT &&value)
const Aws::String & GetNextToken() const
ListArchiveRulesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAnalyzerName() const
int GetMaxResults() const
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
AWS_ACCESSANALYZER_API ListArchiveRulesRequest()=default
bool AnalyzerNameHasBeenSet() const
ListArchiveRulesRequest & WithMaxResults(int value)
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_ACCESSANALYZER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
void SetAnalyzerName(AnalyzerNameT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String