7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer
49 template<
typename PolicyT = Aws::String>
50 void SetPolicy(PolicyT&& value) { m_policyHasBeenSet =
true; m_policy = std::forward<PolicyT>(value); }
51 template<
typename PolicyT = Aws::String>
57 bool m_policyHasBeenSet =
false;
GeneratedPolicy & WithPolicy(PolicyT &&value)
const Aws::String & GetPolicy() const
AWS_ACCESSANALYZER_API GeneratedPolicy()=default
bool PolicyHasBeenSet() const
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPolicy(PolicyT &&value)
AWS_ACCESSANALYZER_API GeneratedPolicy(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API GeneratedPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue