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;
35 template <
typename WorkflowRunIdT = Aws::String>
37 m_workflowRunIdHasBeenSet =
true;
38 m_workflowRunId = std::forward<WorkflowRunIdT>(value);
40 template <
typename WorkflowRunIdT = Aws::String>
53 m_statusHasBeenSet =
true;
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
82 bool m_workflowRunIdHasBeenSet =
false;
83 bool m_statusHasBeenSet =
false;
84 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_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