7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53-recovery-cluster/Route53RecoveryCluster_EXPORTS.h>
10#include <aws/route53-recovery-cluster/model/RoutingControlState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Route53RecoveryCluster {
37 template <
typename RoutingControlArnT = Aws::String>
39 m_routingControlArnHasBeenSet =
true;
40 m_routingControlArn = std::forward<RoutingControlArnT>(value);
42 template <
typename RoutingControlArnT = Aws::String>
55 m_routingControlStateHasBeenSet =
true;
56 m_routingControlState = value;
69 template <
typename RoutingControlNameT = Aws::String>
71 m_routingControlNameHasBeenSet =
true;
72 m_routingControlName = std::forward<RoutingControlNameT>(value);
74 template <
typename RoutingControlNameT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_routingControlArnHasBeenSet =
false;
107 bool m_routingControlStateHasBeenSet =
false;
108 bool m_routingControlNameHasBeenSet =
false;
109 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::Http::HttpResponseCode GetHttpResponseCode() 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