7#include <aws/route53-recovery-cluster/Route53RecoveryCluster_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53-recovery-cluster/model/RoutingControlState.h>
22namespace Route53RecoveryCluster
49 inline void SetRoutingControlArn(
const char* value) { m_routingControlArnHasBeenSet =
true; m_routingControlArn.assign(value); }
69 bool m_routingControlArnHasBeenSet =
false;
72 bool m_routingControlStateHasBeenSet =
false;
UpdateRoutingControlStateEntry & WithRoutingControlArn(const Aws::String &value)
UpdateRoutingControlStateEntry & WithRoutingControlState(RoutingControlState &&value)
UpdateRoutingControlStateEntry & WithRoutingControlState(const RoutingControlState &value)
bool RoutingControlArnHasBeenSet() const
const RoutingControlState & GetRoutingControlState() const
void SetRoutingControlState(RoutingControlState &&value)
void SetRoutingControlState(const RoutingControlState &value)
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateEntry(Aws::Utils::Json::JsonView jsonValue)
UpdateRoutingControlStateEntry & WithRoutingControlArn(const char *value)
AWS_ROUTE53RECOVERYCLUSTER_API Aws::Utils::Json::JsonValue Jsonize() const
bool RoutingControlStateHasBeenSet() const
UpdateRoutingControlStateEntry & WithRoutingControlArn(Aws::String &&value)
void SetRoutingControlArn(const char *value)
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateEntry()
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoutingControlArn(const Aws::String &value)
const Aws::String & GetRoutingControlArn() const
void SetRoutingControlArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue