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
48 inline void SetRoutingControlArn(
const char* value) { m_routingControlArnHasBeenSet =
true; m_routingControlArn.assign(value); }
89 bool m_routingControlArnHasBeenSet =
false;
92 bool m_routingControlStateHasBeenSet =
false;
95 bool m_safetyRulesToOverrideHasBeenSet =
false;
UpdateRoutingControlStateRequest & WithSafetyRulesToOverride(Aws::Vector< Aws::String > &&value)
AWS_ROUTE53RECOVERYCLUSTER_API Aws::String SerializePayload() const override
UpdateRoutingControlStateRequest & AddSafetyRulesToOverride(Aws::String &&value)
void SetRoutingControlArn(const Aws::String &value)
const RoutingControlState & GetRoutingControlState() const
UpdateRoutingControlStateRequest & WithRoutingControlArn(const char *value)
void SetSafetyRulesToOverride(const Aws::Vector< Aws::String > &value)
UpdateRoutingControlStateRequest & AddSafetyRulesToOverride(const Aws::String &value)
UpdateRoutingControlStateRequest & WithRoutingControlState(RoutingControlState &&value)
const Aws::Vector< Aws::String > & GetSafetyRulesToOverride() const
UpdateRoutingControlStateRequest & WithRoutingControlArn(Aws::String &&value)
const Aws::String & GetRoutingControlArn() const
UpdateRoutingControlStateRequest & WithRoutingControlArn(const Aws::String &value)
void SetRoutingControlArn(Aws::String &&value)
bool SafetyRulesToOverrideHasBeenSet() const
bool RoutingControlArnHasBeenSet() const
AWS_ROUTE53RECOVERYCLUSTER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRoutingControlState(RoutingControlState &&value)
void SetSafetyRulesToOverride(Aws::Vector< Aws::String > &&value)
void SetRoutingControlArn(const char *value)
UpdateRoutingControlStateRequest & AddSafetyRulesToOverride(const char *value)
virtual const char * GetServiceRequestName() const override
bool RoutingControlStateHasBeenSet() const
UpdateRoutingControlStateRequest & WithRoutingControlState(const RoutingControlState &value)
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateRequest()
void SetRoutingControlState(const RoutingControlState &value)
UpdateRoutingControlStateRequest & WithSafetyRulesToOverride(const Aws::Vector< Aws::String > &value)
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