7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/model/ControlOperation.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ControlTower {
36 template <
typename ControlOperationT = ControlOperation>
38 m_controlOperationHasBeenSet =
true;
39 m_controlOperation = std::forward<ControlOperationT>(value);
41 template <
typename ControlOperationT = ControlOperation>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_controlOperationHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_CONTROLTOWER_API GetControlOperationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetControlOperation(ControlOperationT &&value)
GetControlOperationResult & WithControlOperation(ControlOperationT &&value)
const Aws::String & GetRequestId() const
AWS_CONTROLTOWER_API GetControlOperationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ControlOperation & GetControlOperation() const
void SetRequestId(RequestIdT &&value)
GetControlOperationResult & WithRequestId(RequestIdT &&value)
AWS_CONTROLTOWER_API GetControlOperationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue