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>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace Route53RecoveryCluster
41 template<
typename RoutingControlArnT = Aws::String>
42 void SetRoutingControlArn(RoutingControlArnT&& value) { m_routingControlArnHasBeenSet =
true; m_routingControlArn = std::forward<RoutingControlArnT>(value); }
43 template<
typename RoutingControlArnT = Aws::String>
61 template<
typename RoutingControlNameT = Aws::String>
62 void SetRoutingControlName(RoutingControlNameT&& value) { m_routingControlNameHasBeenSet =
true; m_routingControlName = std::forward<RoutingControlNameT>(value); }
63 template<
typename RoutingControlNameT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_routingControlArnHasBeenSet =
false;
81 bool m_routingControlStateHasBeenSet =
false;
84 bool m_routingControlNameHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
GetRoutingControlStateResult & WithRoutingControlArn(RoutingControlArnT &&value)
GetRoutingControlStateResult & WithRequestId(RequestIdT &&value)
void SetRoutingControlArn(RoutingControlArnT &&value)
const Aws::String & GetRoutingControlName() const
void SetRoutingControlState(RoutingControlState value)
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53RECOVERYCLUSTER_API GetRoutingControlStateResult()=default
RoutingControlState GetRoutingControlState() const
void SetRoutingControlName(RoutingControlNameT &&value)
GetRoutingControlStateResult & WithRoutingControlName(RoutingControlNameT &&value)
GetRoutingControlStateResult & WithRoutingControlState(RoutingControlState value)
const Aws::String & GetRoutingControlArn() const
const Aws::String & GetRequestId() const
AWS_ROUTE53RECOVERYCLUSTER_API GetRoutingControlStateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ROUTE53RECOVERYCLUSTER_API GetRoutingControlStateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue