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
53 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
65 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
75 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
76 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
89 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetType(Type &&value)
ListAnalyzersRequest & WithType(Type &&value)
void SetNextToken(const Aws::String &value)
AWS_ACCESSANALYZER_API ListAnalyzersRequest()
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ACCESSANALYZER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAnalyzersRequest & WithNextToken(const char *value)
void SetMaxResults(int value)
const Type & GetType() const
void SetType(const Type &value)
ListAnalyzersRequest & WithNextToken(const Aws::String &value)
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
ListAnalyzersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
ListAnalyzersRequest & WithNextToken(Aws::String &&value)
int GetMaxResults() const
ListAnalyzersRequest & WithType(const Type &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String