7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ControlTower {
38 template <
typename OperationIdentifierT = Aws::String>
40 m_operationIdentifierHasBeenSet =
true;
41 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
43 template <
typename OperationIdentifierT = Aws::String>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_operationIdentifierHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
UpdateEnabledBaselineResult & WithRequestId(RequestIdT &&value)
void SetOperationIdentifier(OperationIdentifierT &&value)
void SetRequestId(RequestIdT &&value)
UpdateEnabledBaselineResult & WithOperationIdentifier(OperationIdentifierT &&value)
AWS_CONTROLTOWER_API UpdateEnabledBaselineResult()=default
AWS_CONTROLTOWER_API UpdateEnabledBaselineResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONTROLTOWER_API UpdateEnabledBaselineResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetOperationIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue