7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PolicyNameT = Aws::String>
47 void SetPolicyName(PolicyNameT&& value) { m_policyNameHasBeenSet =
true; m_policyName = std::forward<PolicyNameT>(value); }
48 template<
typename PolicyNameT = Aws::String>
54 bool m_policyNameHasBeenSet =
false;
AwsIamRolePolicy & WithPolicyName(PolicyNameT &&value)
AWS_SECURITYHUB_API AwsIamRolePolicy(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsIamRolePolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PolicyNameHasBeenSet() const
void SetPolicyName(PolicyNameT &&value)
const Aws::String & GetPolicyName() const
AWS_SECURITYHUB_API AwsIamRolePolicy()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue