7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/nova-act/NovaAct_EXPORTS.h>
10#include <aws/nova-act/model/WorkflowRunStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename WorkflowRunIdT = Aws::String>
38 m_workflowRunIdHasBeenSet =
true;
39 m_workflowRunId = std::forward<WorkflowRunIdT>(value);
41 template <
typename WorkflowRunIdT = Aws::String>
54 m_statusHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
86 bool m_workflowRunIdHasBeenSet =
false;
87 bool m_statusHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetWorkflowRunId(WorkflowRunIdT &&value)
CreateWorkflowRunResult & WithStatus(WorkflowRunStatus value)
AWS_NOVAACT_API CreateWorkflowRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateWorkflowRunResult & WithRequestId(RequestIdT &&value)
AWS_NOVAACT_API CreateWorkflowRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateWorkflowRunResult & WithWorkflowRunId(WorkflowRunIdT &&value)
void SetStatus(WorkflowRunStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_NOVAACT_API CreateWorkflowRunResult()=default
WorkflowRunStatus GetStatus() const
const Aws::String & GetRequestId() const
const Aws::String & GetWorkflowRunId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue