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>
10#include <aws/route53-recovery-cluster/model/RoutingControlState.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace Route53RecoveryCluster
46 template<
typename RoutingControlArnT = Aws::String>
47 void SetRoutingControlArn(RoutingControlArnT&& value) { m_routingControlArnHasBeenSet =
true; m_routingControlArn = std::forward<RoutingControlArnT>(value); }
48 template<
typename RoutingControlArnT = Aws::String>
74 template<
typename SafetyRulesToOverr
ideT = Aws::Vector<Aws::String>>
75 void SetSafetyRulesToOverride(SafetyRulesToOverrideT&& value) { m_safetyRulesToOverrideHasBeenSet =
true; m_safetyRulesToOverride = std::forward<SafetyRulesToOverrideT>(value); }
76 template<
typename SafetyRulesToOverr
ideT = Aws::Vector<Aws::String>>
78 template<
typename SafetyRulesToOverr
ideT = Aws::String>
84 bool m_routingControlArnHasBeenSet =
false;
87 bool m_routingControlStateHasBeenSet =
false;
90 bool m_safetyRulesToOverrideHasBeenSet =
false;
UpdateRoutingControlStateRequest & WithSafetyRulesToOverride(SafetyRulesToOverrideT &&value)
AWS_ROUTE53RECOVERYCLUSTER_API Aws::String SerializePayload() const override
void SetSafetyRulesToOverride(SafetyRulesToOverrideT &&value)
const Aws::Vector< Aws::String > & GetSafetyRulesToOverride() const
void SetRoutingControlArn(RoutingControlArnT &&value)
void SetRoutingControlState(RoutingControlState value)
UpdateRoutingControlStateRequest & AddSafetyRulesToOverride(SafetyRulesToOverrideT &&value)
UpdateRoutingControlStateRequest & WithRoutingControlArn(RoutingControlArnT &&value)
UpdateRoutingControlStateRequest & WithRoutingControlState(RoutingControlState value)
const Aws::String & GetRoutingControlArn() const
bool SafetyRulesToOverrideHasBeenSet() const
bool RoutingControlArnHasBeenSet() const
AWS_ROUTE53RECOVERYCLUSTER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateRequest()=default
virtual const char * GetServiceRequestName() const override
bool RoutingControlStateHasBeenSet() const
RoutingControlState GetRoutingControlState() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector