7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConfigService {
46 template <
typename PolicyRuntimeT = Aws::String>
48 m_policyRuntimeHasBeenSet =
true;
49 m_policyRuntime = std::forward<PolicyRuntimeT>(value);
51 template <
typename PolicyRuntimeT = Aws::String>
65 template <
typename PolicyTextT = Aws::String>
67 m_policyTextHasBeenSet =
true;
68 m_policyText = std::forward<PolicyTextT>(value);
70 template <
typename PolicyTextT = Aws::String>
85 m_enableDebugLogDeliveryHasBeenSet =
true;
86 m_enableDebugLogDelivery = value;
98 bool m_enableDebugLogDelivery{
false};
99 bool m_policyRuntimeHasBeenSet =
false;
100 bool m_policyTextHasBeenSet =
false;
101 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