7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/route53-recovery-control-config/Route53RecoveryControlConfigRequest.h>
9#include <aws/route53-recovery-control-config/model/AssertionRuleUpdate.h>
10#include <aws/route53-recovery-control-config/model/GatingRuleUpdate.h>
15namespace Route53RecoveryControlConfig
67 bool m_assertionRuleUpdateHasBeenSet =
false;
70 bool m_gatingRuleUpdateHasBeenSet =
false;
bool AssertionRuleUpdateHasBeenSet() const
const GatingRuleUpdate & GetGatingRuleUpdate() const
void SetAssertionRuleUpdate(const AssertionRuleUpdate &value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
UpdateSafetyRuleRequest & WithGatingRuleUpdate(GatingRuleUpdate &&value)
void SetGatingRuleUpdate(GatingRuleUpdate &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API UpdateSafetyRuleRequest()
bool GatingRuleUpdateHasBeenSet() const
void SetAssertionRuleUpdate(AssertionRuleUpdate &&value)
virtual const char * GetServiceRequestName() const override
const AssertionRuleUpdate & GetAssertionRuleUpdate() const
void SetGatingRuleUpdate(const GatingRuleUpdate &value)
UpdateSafetyRuleRequest & WithAssertionRuleUpdate(AssertionRuleUpdate &&value)
UpdateSafetyRuleRequest & WithAssertionRuleUpdate(const AssertionRuleUpdate &value)
UpdateSafetyRuleRequest & WithGatingRuleUpdate(const GatingRuleUpdate &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String