7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename PolicyIdT = Aws::String>
52 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
53 template<
typename PolicyIdT = Aws::String>
65 template<
typename PolicyHashT = Aws::String>
66 void SetPolicyHash(PolicyHashT&& value) { m_policyHashHasBeenSet =
true; m_policyHash = std::forward<PolicyHashT>(value); }
67 template<
typename PolicyHashT = Aws::String>
82 template<
typename PolicyT = Aws::String>
83 void SetPolicy(PolicyT&& value) { m_policyHasBeenSet =
true; m_policy = std::forward<PolicyT>(value); }
84 template<
typename PolicyT = Aws::String>
90 bool m_policyIdHasBeenSet =
false;
93 bool m_policyHashHasBeenSet =
false;
96 bool m_policyHasBeenSet =
false;
const Aws::String & GetPolicy() const
void SetPolicyId(PolicyIdT &&value)
AWS_SSM_API GetResourcePoliciesResponseEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPolicy(PolicyT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool PolicyHasBeenSet() const
AWS_SSM_API GetResourcePoliciesResponseEntry()=default
GetResourcePoliciesResponseEntry & WithPolicyId(PolicyIdT &&value)
const Aws::String & GetPolicyHash() const
const Aws::String & GetPolicyId() const
GetResourcePoliciesResponseEntry & WithPolicyHash(PolicyHashT &&value)
void SetPolicyHash(PolicyHashT &&value)
AWS_SSM_API GetResourcePoliciesResponseEntry(Aws::Utils::Json::JsonView jsonValue)
bool PolicyIdHasBeenSet() const
GetResourcePoliciesResponseEntry & WithPolicy(PolicyT &&value)
bool PolicyHashHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue