7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Route53RecoveryControlConfig
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetSafetyRuleArn(
const char* value) { m_safetyRuleArnHasBeenSet =
true; m_safetyRuleArn.assign(value); }
79 inline void SetWaitPeriodMs(
int value) { m_waitPeriodMsHasBeenSet =
true; m_waitPeriodMs = value; }
85 bool m_nameHasBeenSet =
false;
88 bool m_safetyRuleArnHasBeenSet =
false;
91 bool m_waitPeriodMsHasBeenSet =
false;
void SetSafetyRuleArn(const char *value)
AssertionRuleUpdate & WithName(const char *value)
AssertionRuleUpdate & WithSafetyRuleArn(Aws::String &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
AssertionRuleUpdate & WithSafetyRuleArn(const Aws::String &value)
AssertionRuleUpdate & WithName(const Aws::String &value)
AssertionRuleUpdate & WithWaitPeriodMs(int value)
void SetSafetyRuleArn(Aws::String &&value)
bool WaitPeriodMsHasBeenSet() const
void SetSafetyRuleArn(const Aws::String &value)
void SetName(const Aws::String &value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API AssertionRuleUpdate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSafetyRuleArn() const
AssertionRuleUpdate & WithSafetyRuleArn(const char *value)
bool NameHasBeenSet() const
void SetName(const char *value)
AssertionRuleUpdate & WithName(Aws::String &&value)
int GetWaitPeriodMs() const
const Aws::String & GetName() const
void SetName(Aws::String &&value)
bool SafetyRuleArnHasBeenSet() const
void SetWaitPeriodMs(int value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API AssertionRuleUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API AssertionRuleUpdate()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue