7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService
52 template<
typename PolicyRuntimeT = Aws::String>
53 void SetPolicyRuntime(PolicyRuntimeT&& value) { m_policyRuntimeHasBeenSet =
true; m_policyRuntime = std::forward<PolicyRuntimeT>(value); }
54 template<
typename PolicyRuntimeT = Aws::String>
65 template<
typename PolicyTextT = Aws::String>
66 void SetPolicyText(PolicyTextT&& value) { m_policyTextHasBeenSet =
true; m_policyText = std::forward<PolicyTextT>(value); }
67 template<
typename PolicyTextT = Aws::String>
84 bool m_policyRuntimeHasBeenSet =
false;
87 bool m_policyTextHasBeenSet =
false;
89 bool m_enableDebugLogDelivery{
false};
90 bool m_enableDebugLogDeliveryHasBeenSet =
false;
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
CustomPolicyDetails & WithPolicyText(PolicyTextT &&value)
bool PolicyTextHasBeenSet() const
bool GetEnableDebugLogDelivery() const
AWS_CONFIGSERVICE_API CustomPolicyDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPolicyRuntime() const
CustomPolicyDetails & WithEnableDebugLogDelivery(bool value)
CustomPolicyDetails & WithPolicyRuntime(PolicyRuntimeT &&value)
const Aws::String & GetPolicyText() const
bool PolicyRuntimeHasBeenSet() const
void SetEnableDebugLogDelivery(bool value)
void SetPolicyRuntime(PolicyRuntimeT &&value)
AWS_CONFIGSERVICE_API CustomPolicyDetails()=default
AWS_CONFIGSERVICE_API CustomPolicyDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EnableDebugLogDeliveryHasBeenSet() const
void SetPolicyText(PolicyTextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue