7#include <aws/route53-recovery-cluster/Route53RecoveryCluster_EXPORTS.h>
8#include <aws/route53-recovery-cluster/Route53RecoveryClusterRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Route53RecoveryCluster
46 inline void SetRoutingControlArn(
const char* value) { m_routingControlArnHasBeenSet =
true; m_routingControlArn.assign(value); }
54 bool m_routingControlArnHasBeenSet =
false;
AWS_ROUTE53RECOVERYCLUSTER_API Aws::String SerializePayload() const override
const Aws::String & GetRoutingControlArn() const
void SetRoutingControlArn(const char *value)
GetRoutingControlStateRequest & WithRoutingControlArn(const char *value)
AWS_ROUTE53RECOVERYCLUSTER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRoutingControlArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GetRoutingControlStateRequest & WithRoutingControlArn(const Aws::String &value)
void SetRoutingControlArn(Aws::String &&value)
GetRoutingControlStateRequest & WithRoutingControlArn(Aws::String &&value)
bool RoutingControlArnHasBeenSet() const
AWS_ROUTE53RECOVERYCLUSTER_API GetRoutingControlStateRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String