7#include <aws/mpa/MPA_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename PolicyArnT = Aws::String>
53 void SetPolicyArn(PolicyArnT&& value) { m_policyArnHasBeenSet =
true; m_policyArn = std::forward<PolicyArnT>(value); }
54 template<
typename PolicyArnT = Aws::String>
60 bool m_policyArnHasBeenSet =
false;
bool PolicyArnHasBeenSet() const
PolicyReference & WithPolicyArn(PolicyArnT &&value)
AWS_MPA_API PolicyReference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MPA_API PolicyReference()=default
void SetPolicyArn(PolicyArnT &&value)
AWS_MPA_API PolicyReference(Aws::Utils::Json::JsonView jsonValue)
AWS_MPA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPolicyArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue