7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Route53RecoveryControlConfig
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename SafetyRuleArnT = Aws::String>
62 void SetSafetyRuleArn(SafetyRuleArnT&& value) { m_safetyRuleArnHasBeenSet =
true; m_safetyRuleArn = std::forward<SafetyRuleArnT>(value); }
63 template<
typename SafetyRuleArnT = Aws::String>
75 inline void SetWaitPeriodMs(
int value) { m_waitPeriodMsHasBeenSet =
true; m_waitPeriodMs = value; }
81 bool m_nameHasBeenSet =
false;
84 bool m_safetyRuleArnHasBeenSet =
false;
86 int m_waitPeriodMs{0};
87 bool m_waitPeriodMsHasBeenSet =
false;
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
AssertionRuleUpdate & WithWaitPeriodMs(int value)
bool WaitPeriodMsHasBeenSet() const
void SetSafetyRuleArn(SafetyRuleArnT &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API AssertionRuleUpdate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSafetyRuleArn() const
bool NameHasBeenSet() const
AssertionRuleUpdate & WithSafetyRuleArn(SafetyRuleArnT &&value)
int GetWaitPeriodMs() const
const Aws::String & GetName() const
AssertionRuleUpdate & WithName(NameT &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API AssertionRuleUpdate()=default
bool SafetyRuleArnHasBeenSet() const
void SetWaitPeriodMs(int value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API AssertionRuleUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue