7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/AccessAnalyzerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace AccessAnalyzer
49 template<
typename PrincipalArnT = Aws::String>
50 void SetPrincipalArn(PrincipalArnT&& value) { m_principalArnHasBeenSet =
true; m_principalArn = std::forward<PrincipalArnT>(value); }
51 template<
typename PrincipalArnT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
79 bool m_principalArnHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
AWS_ACCESSANALYZER_API ListPolicyGenerationsRequest()=default
int GetMaxResults() const
const Aws::String & GetPrincipalArn() const
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
void SetPrincipalArn(PrincipalArnT &&value)
ListPolicyGenerationsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListPolicyGenerationsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_ACCESSANALYZER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
ListPolicyGenerationsRequest & WithPrincipalArn(PrincipalArnT &&value)
bool PrincipalArnHasBeenSet() const
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String