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