7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/nova-act/NovaAct_EXPORTS.h>
9#include <aws/nova-act/model/WorkflowRunStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 m_statusHasBeenSet =
true;
48 template <
typename RequestIdT = Aws::String>
50 m_requestIdHasBeenSet =
true;
51 m_requestId = std::forward<RequestIdT>(value);
53 template <
typename RequestIdT = Aws::String>
63 bool m_statusHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
AWS_NOVAACT_API DeleteWorkflowRunResult()=default
void SetStatus(WorkflowRunStatus value)
AWS_NOVAACT_API DeleteWorkflowRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DeleteWorkflowRunResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
WorkflowRunStatus GetStatus() const
AWS_NOVAACT_API DeleteWorkflowRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteWorkflowRunResult & WithStatus(WorkflowRunStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue