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