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/ResourceType.h>
15namespace AccessAnalyzer
48 template<
typename AnalyzerArnT = Aws::String>
49 void SetAnalyzerArn(AnalyzerArnT&& value) { m_analyzerArnHasBeenSet =
true; m_analyzerArn = std::forward<AnalyzerArnT>(value); }
50 template<
typename AnalyzerArnT = Aws::String>
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
82 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 bool m_analyzerArnHasBeenSet =
false;
91 bool m_resourceTypeHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
ListAnalyzedResourcesRequest & WithNextToken(NextTokenT &&value)
ListAnalyzedResourcesRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
bool AnalyzerArnHasBeenSet() const
void SetMaxResults(int value)
void SetResourceType(ResourceType value)
AWS_ACCESSANALYZER_API ListAnalyzedResourcesRequest()=default
ListAnalyzedResourcesRequest & WithAnalyzerArn(AnalyzerArnT &&value)
ResourceType GetResourceType() const
bool ResourceTypeHasBeenSet() const
const Aws::String & GetNextToken() const
ListAnalyzedResourcesRequest & WithResourceType(ResourceType value)
int GetMaxResults() const
const Aws::String & GetAnalyzerArn() const
virtual const char * GetServiceRequestName() const override
void SetAnalyzerArn(AnalyzerArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String