7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53-recovery-cluster/Route53RecoveryCluster_EXPORTS.h>
9#include <aws/route53-recovery-cluster/model/RoutingControlState.h>
20namespace Route53RecoveryCluster {
41 template <
typename RoutingControlArnT = Aws::String>
43 m_routingControlArnHasBeenSet =
true;
44 m_routingControlArn = std::forward<RoutingControlArnT>(value);
46 template <
typename RoutingControlArnT = Aws::String>
60 m_routingControlStateHasBeenSet =
true;
61 m_routingControlState = value;
72 bool m_routingControlArnHasBeenSet =
false;
73 bool m_routingControlStateHasBeenSet =
false;
void SetRoutingControlArn(RoutingControlArnT &&value)
bool RoutingControlArnHasBeenSet() const
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateEntry(Aws::Utils::Json::JsonView jsonValue)
UpdateRoutingControlStateEntry & WithRoutingControlState(RoutingControlState value)
UpdateRoutingControlStateEntry & WithRoutingControlArn(RoutingControlArnT &&value)
AWS_ROUTE53RECOVERYCLUSTER_API Aws::Utils::Json::JsonValue Jsonize() const
RoutingControlState GetRoutingControlState() const
bool RoutingControlStateHasBeenSet() const
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoutingControlState(RoutingControlState value)
const Aws::String & GetRoutingControlArn() const
AWS_ROUTE53RECOVERYCLUSTER_API UpdateRoutingControlStateEntry()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue