7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
45 template <
typename PolicyIdT = Aws::String>
47 m_policyIdHasBeenSet =
true;
48 m_policyId = std::forward<PolicyIdT>(value);
50 template <
typename PolicyIdT = Aws::String>
65 template <
typename PolicyHashT = Aws::String>
67 m_policyHashHasBeenSet =
true;
68 m_policyHash = std::forward<PolicyHashT>(value);
70 template <
typename PolicyHashT = Aws::String>
88 template <
typename PolicyT = Aws::String>
90 m_policyHasBeenSet =
true;
91 m_policy = std::forward<PolicyT>(value);
93 template <
typename PolicyT = Aws::String>
105 bool m_policyIdHasBeenSet =
false;
106 bool m_policyHashHasBeenSet =
false;
107 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