7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CodeCatalyst {
34 template <
typename SpaceNameT = Aws::String>
36 m_spaceNameHasBeenSet =
true;
37 m_spaceName = std::forward<SpaceNameT>(value);
39 template <
typename SpaceNameT = Aws::String>
51 template <
typename ProjectNameT = Aws::String>
53 m_projectNameHasBeenSet =
true;
54 m_projectName = std::forward<ProjectNameT>(value);
56 template <
typename ProjectNameT = Aws::String>
68 template <
typename IdT = Aws::String>
70 m_idHasBeenSet =
true;
71 m_id = std::forward<IdT>(value);
73 template <
typename IdT = Aws::String>
75 SetId(std::forward<IdT>(value));
85 template <
typename WorkflowIdT = Aws::String>
87 m_workflowIdHasBeenSet =
true;
88 m_workflowId = std::forward<WorkflowIdT>(value);
90 template <
typename WorkflowIdT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
121 bool m_spaceNameHasBeenSet =
false;
122 bool m_projectNameHasBeenSet =
false;
123 bool m_idHasBeenSet =
false;
124 bool m_workflowIdHasBeenSet =
false;
125 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_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