7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CodeCatalyst {
35 template <
typename SpaceNameT = Aws::String>
37 m_spaceNameHasBeenSet =
true;
38 m_spaceName = std::forward<SpaceNameT>(value);
40 template <
typename SpaceNameT = Aws::String>
52 template <
typename ProjectNameT = Aws::String>
54 m_projectNameHasBeenSet =
true;
55 m_projectName = std::forward<ProjectNameT>(value);
57 template <
typename ProjectNameT = Aws::String>
69 template <
typename IdT = Aws::String>
71 m_idHasBeenSet =
true;
72 m_id = std::forward<IdT>(value);
74 template <
typename IdT = Aws::String>
76 SetId(std::forward<IdT>(value));
86 template <
typename WorkflowIdT = Aws::String>
88 m_workflowIdHasBeenSet =
true;
89 m_workflowId = std::forward<WorkflowIdT>(value);
91 template <
typename WorkflowIdT = Aws::String>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
125 bool m_spaceNameHasBeenSet =
false;
126 bool m_projectNameHasBeenSet =
false;
127 bool m_idHasBeenSet =
false;
128 bool m_workflowIdHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
void SetProjectName(ProjectNameT &&value)
AWS_CODECATALYST_API StartWorkflowRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartWorkflowRunResult & WithProjectName(ProjectNameT &&value)
const Aws::String & GetRequestId() const
StartWorkflowRunResult & WithSpaceName(SpaceNameT &&value)
AWS_CODECATALYST_API StartWorkflowRunResult()=default
void SetRequestId(RequestIdT &&value)
void SetWorkflowId(WorkflowIdT &&value)
StartWorkflowRunResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
StartWorkflowRunResult & WithWorkflowId(WorkflowIdT &&value)
const Aws::String & GetSpaceName() const
void SetSpaceName(SpaceNameT &&value)
const Aws::String & GetWorkflowId() const
StartWorkflowRunResult & WithId(IdT &&value)
const Aws::String & GetProjectName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CODECATALYST_API StartWorkflowRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue