7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ControlTower {
36 template <
typename OperationIdentifierT = Aws::String>
38 m_operationIdentifierHasBeenSet =
true;
39 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
41 template <
typename OperationIdentifierT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_operationIdentifierHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetOperationIdentifier(OperationIdentifierT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CONTROLTOWER_API DisableBaselineResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisableBaselineResult & WithOperationIdentifier(OperationIdentifierT &&value)
DisableBaselineResult & WithRequestId(RequestIdT &&value)
AWS_CONTROLTOWER_API DisableBaselineResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONTROLTOWER_API DisableBaselineResult()=default
const Aws::String & GetOperationIdentifier() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue