7#include <aws/route53-recovery-cluster/Route53RecoveryCluster_EXPORTS.h>
8#include <aws/route53-recovery-cluster/Route53RecoveryClusterRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53-recovery-cluster/model/UpdateRoutingControlStateEntry.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace Route53RecoveryCluster
76 bool m_updateRoutingControlStateEntriesHasBeenSet =
false;
79 bool m_safetyRulesToOverrideHasBeenSet =
false;
UpdateRoutingControlStatesRequest & AddSafetyRulesToOverride(const Aws::String &value)
UpdateRoutingControlStatesRequest & WithSafetyRulesToOverride(Aws::Vector< Aws::String > &&value)
UpdateRoutingControlStatesRequest & AddSafetyRulesToOverride(Aws::String &&value)
UpdateRoutingControlStatesRequest & AddUpdateRoutingControlStateEntries(const UpdateRoutingControlStateEntry &value)
UpdateRoutingControlStatesRequest & WithSafetyRulesToOverride(const Aws::Vector< Aws::String > &value)
void SetSafetyRulesToOverride(const Aws::Vector< Aws::String > &value)
AWS_ROUTE53RECOVERYCLUSTER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ROUTE53RECOVERYCLUSTER_API Aws::String SerializePayload() const override
UpdateRoutingControlStatesRequest & WithUpdateRoutingControlStateEntries(Aws::Vector< UpdateRoutingControlStateEntry > &&value)
bool UpdateRoutingControlStateEntriesHasBeenSet() const
UpdateRoutingControlStatesRequest & AddUpdateRoutingControlStateEntries(UpdateRoutingControlStateEntry &&value)
UpdateRoutingControlStatesRequest & WithUpdateRoutingControlStateEntries(const Aws::Vector< UpdateRoutingControlStateEntry > &value)
void SetSafetyRulesToOverride(Aws::Vector< Aws::String > &&value)
bool SafetyRulesToOverrideHasBeenSet() const
void SetUpdateRoutingControlStateEntries(const Aws::Vector< UpdateRoutingControlStateEntry > &value)
virtual const char * GetServiceRequestName() const override
void SetUpdateRoutingControlStateEntries(Aws::Vector< UpdateRoutingControlStateEntry > &&value)
const Aws::Vector< Aws::String > & GetSafetyRulesToOverride() const
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStatesRequest()
UpdateRoutingControlStatesRequest & AddSafetyRulesToOverride(const char *value)
const Aws::Vector< UpdateRoutingControlStateEntry > & GetUpdateRoutingControlStateEntries() 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