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
45 template<
typename UpdateRoutingControlStateEntriesT = Aws::Vector<UpdateRoutingControlStateEntry>>
46 void SetUpdateRoutingControlStateEntries(UpdateRoutingControlStateEntriesT&& value) { m_updateRoutingControlStateEntriesHasBeenSet =
true; m_updateRoutingControlStateEntries = std::forward<UpdateRoutingControlStateEntriesT>(value); }
47 template<
typename UpdateRoutingControlStateEntriesT = Aws::Vector<UpdateRoutingControlStateEntry>>
49 template<
typename UpdateRoutingControlStateEntriesT = UpdateRoutingControlStateEntry>
65 template<
typename SafetyRulesToOverr
ideT = Aws::Vector<Aws::String>>
66 void SetSafetyRulesToOverride(SafetyRulesToOverrideT&& value) { m_safetyRulesToOverrideHasBeenSet =
true; m_safetyRulesToOverride = std::forward<SafetyRulesToOverrideT>(value); }
67 template<
typename SafetyRulesToOverr
ideT = Aws::Vector<Aws::String>>
69 template<
typename SafetyRulesToOverr
ideT = Aws::String>
75 bool m_updateRoutingControlStateEntriesHasBeenSet =
false;
78 bool m_safetyRulesToOverrideHasBeenSet =
false;
UpdateRoutingControlStatesRequest & WithUpdateRoutingControlStateEntries(UpdateRoutingControlStateEntriesT &&value)
void SetUpdateRoutingControlStateEntries(UpdateRoutingControlStateEntriesT &&value)
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStatesRequest()=default
UpdateRoutingControlStatesRequest & AddSafetyRulesToOverride(SafetyRulesToOverrideT &&value)
AWS_ROUTE53RECOVERYCLUSTER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ROUTE53RECOVERYCLUSTER_API Aws::String SerializePayload() const override
bool UpdateRoutingControlStateEntriesHasBeenSet() const
UpdateRoutingControlStatesRequest & WithSafetyRulesToOverride(SafetyRulesToOverrideT &&value)
bool SafetyRulesToOverrideHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateRoutingControlStatesRequest & AddUpdateRoutingControlStateEntries(UpdateRoutingControlStateEntriesT &&value)
void SetSafetyRulesToOverride(SafetyRulesToOverrideT &&value)
const Aws::Vector< Aws::String > & GetSafetyRulesToOverride() const
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