7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PolicyTextT = Aws::String>
47 void SetPolicyText(PolicyTextT&& value) { m_policyTextHasBeenSet =
true; m_policyText = std::forward<PolicyTextT>(value); }
48 template<
typename PolicyTextT = Aws::String>
60 template<
typename PolicyTypeT = Aws::String>
61 void SetPolicyType(PolicyTypeT&& value) { m_policyTypeHasBeenSet =
true; m_policyType = std::forward<PolicyTypeT>(value); }
62 template<
typename PolicyTypeT = Aws::String>
75 template<
typename PolicyStatusT = Aws::String>
76 void SetPolicyStatus(PolicyStatusT&& value) { m_policyStatusHasBeenSet =
true; m_policyStatus = std::forward<PolicyStatusT>(value); }
77 template<
typename PolicyStatusT = Aws::String>
83 bool m_policyTextHasBeenSet =
false;
86 bool m_policyTypeHasBeenSet =
false;
89 bool m_policyStatusHasBeenSet =
false;
ParameterInlinePolicy & WithPolicyText(PolicyTextT &&value)
const Aws::String & GetPolicyText() const
void SetPolicyText(PolicyTextT &&value)
AWS_SSM_API ParameterInlinePolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PolicyTypeHasBeenSet() const
const Aws::String & GetPolicyStatus() const
AWS_SSM_API ParameterInlinePolicy(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
ParameterInlinePolicy & WithPolicyType(PolicyTypeT &&value)
void SetPolicyStatus(PolicyStatusT &&value)
ParameterInlinePolicy & WithPolicyStatus(PolicyStatusT &&value)
bool PolicyTextHasBeenSet() const
bool PolicyStatusHasBeenSet() const
AWS_SSM_API ParameterInlinePolicy()=default
void SetPolicyType(PolicyTypeT &&value)
const Aws::String & GetPolicyType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue