7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ControlTower {
37 template <
typename OperationIdentifierT = Aws::String>
39 m_operationIdentifierHasBeenSet =
true;
40 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
42 template <
typename OperationIdentifierT = Aws::String>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
67 bool m_operationIdentifierHasBeenSet =
false;
68 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
const Aws::String & GetOperationIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue