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 JobIdT = Aws::String>
52 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
53 template<
typename JobIdT = Aws::String>
87 bool m_jobIdHasBeenSet =
false;
89 bool m_includeResourcePlaceholders{
false};
90 bool m_includeResourcePlaceholdersHasBeenSet =
false;
92 bool m_includeServiceLevelTemplate{
false};
93 bool m_includeServiceLevelTemplateHasBeenSet =
false;
bool GetIncludeResourcePlaceholders() const
GetGeneratedPolicyRequest & WithIncludeServiceLevelTemplate(bool value)
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
GetGeneratedPolicyRequest & WithIncludeResourcePlaceholders(bool value)
void SetIncludeServiceLevelTemplate(bool value)
GetGeneratedPolicyRequest & WithJobId(JobIdT &&value)
bool JobIdHasBeenSet() const
AWS_ACCESSANALYZER_API GetGeneratedPolicyRequest()=default
void SetJobId(JobIdT &&value)
AWS_ACCESSANALYZER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetJobId() const
bool GetIncludeServiceLevelTemplate() const
bool IncludeServiceLevelTemplateHasBeenSet() const
void SetIncludeResourcePlaceholders(bool value)
bool IncludeResourcePlaceholdersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String