7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
43 template<
typename OperationIdentifierT = Aws::String>
44 void SetOperationIdentifier(OperationIdentifierT&& value) { m_operationIdentifierHasBeenSet =
true; m_operationIdentifier = std::forward<OperationIdentifierT>(value); }
45 template<
typename OperationIdentifierT = Aws::String>
52 template<
typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
54 template<
typename RequestIdT = Aws::String>
60 bool m_operationIdentifierHasBeenSet =
false;
63 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