7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/route53-recovery-control-config/Route53RecoveryControlConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53RecoveryControlConfig
43 inline void SetSafetyRuleArn(
const char* value) { m_safetyRuleArnHasBeenSet =
true; m_safetyRuleArn.assign(value); }
51 bool m_safetyRuleArnHasBeenSet =
false;
bool SafetyRuleArnHasBeenSet() const
DeleteSafetyRuleRequest & WithSafetyRuleArn(Aws::String &&value)
void SetSafetyRuleArn(Aws::String &&value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
void SetSafetyRuleArn(const Aws::String &value)
DeleteSafetyRuleRequest & WithSafetyRuleArn(const char *value)
void SetSafetyRuleArn(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53RECOVERYCONTROLCONFIG_API DeleteSafetyRuleRequest()
const Aws::String & GetSafetyRuleArn() const
DeleteSafetyRuleRequest & WithSafetyRuleArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String