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
41 template<
typename SafetyRuleArnT = Aws::String>
42 void SetSafetyRuleArn(SafetyRuleArnT&& value) { m_safetyRuleArnHasBeenSet =
true; m_safetyRuleArn = std::forward<SafetyRuleArnT>(value); }
43 template<
typename SafetyRuleArnT = Aws::String>
49 bool m_safetyRuleArnHasBeenSet =
false;
const Aws::String & GetSafetyRuleArn() const
DescribeSafetyRuleRequest & WithSafetyRuleArn(SafetyRuleArnT &&value)
bool SafetyRuleArnHasBeenSet() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API DescribeSafetyRuleRequest()=default
void SetSafetyRuleArn(SafetyRuleArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String