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 SetRoutingControlArn(
const char* value) { m_routingControlArnHasBeenSet =
true; m_routingControlArn.assign(value); }
51 bool m_routingControlArnHasBeenSet =
false;
const Aws::String & GetRoutingControlArn() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API DescribeRoutingControlRequest()
void SetRoutingControlArn(const Aws::String &value)
void SetRoutingControlArn(Aws::String &&value)
void SetRoutingControlArn(const char *value)
DescribeRoutingControlRequest & WithRoutingControlArn(Aws::String &&value)
bool RoutingControlArnHasBeenSet() const
DescribeRoutingControlRequest & WithRoutingControlArn(const char *value)
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DescribeRoutingControlRequest & WithRoutingControlArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String