7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/omics/OmicsRequest.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/WorkflowExport.h>
12#include <aws/omics/model/WorkflowType.h>
45 template <
typename WorkflowIdT = Aws::String>
47 m_workflowIdHasBeenSet =
true;
48 m_workflowId = std::forward<WorkflowIdT>(value);
50 template <
typename WorkflowIdT = Aws::String>
63 template <
typename VersionNameT = Aws::String>
65 m_versionNameHasBeenSet =
true;
66 m_versionName = std::forward<VersionNameT>(value);
68 template <
typename VersionNameT = Aws::String>
82 m_typeHasBeenSet =
true;
97 template <
typename ExportT = Aws::Vector<WorkflowExport>>
99 m_exportHasBeenSet =
true;
100 m_export = std::forward<ExportT>(value);
102 template <
typename ExportT = Aws::Vector<WorkflowExport>>
108 m_exportHasBeenSet =
true;
109 m_export.push_back(value);
122 template <
typename WorkflowOwnerIdT = Aws::String>
124 m_workflowOwnerIdHasBeenSet =
true;
125 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
127 template <
typename WorkflowOwnerIdT = Aws::String>
143 bool m_workflowIdHasBeenSet =
false;
144 bool m_versionNameHasBeenSet =
false;
145 bool m_typeHasBeenSet =
false;
146 bool m_exportHasBeenSet =
false;
147 bool m_workflowOwnerIdHasBeenSet =
false;
bool WorkflowOwnerIdHasBeenSet() const
bool WorkflowIdHasBeenSet() const
GetWorkflowVersionRequest & WithWorkflowOwnerId(WorkflowOwnerIdT &&value)
virtual const char * GetServiceRequestName() const override
GetWorkflowVersionRequest & WithWorkflowId(WorkflowIdT &&value)
bool ExportHasBeenSet() const
void SetExport(ExportT &&value)
void SetVersionName(VersionNameT &&value)
const Aws::String & GetWorkflowOwnerId() const
void SetWorkflowOwnerId(WorkflowOwnerIdT &&value)
AWS_OMICS_API Aws::String SerializePayload() const override
void SetWorkflowId(WorkflowIdT &&value)
bool TypeHasBeenSet() const
GetWorkflowVersionRequest & WithExport(ExportT &&value)
AWS_OMICS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetWorkflowVersionRequest & AddExport(WorkflowExport value)
const Aws::Vector< WorkflowExport > & GetExport() const
WorkflowType GetType() const
const Aws::String & GetWorkflowId() const
void SetType(WorkflowType value)
GetWorkflowVersionRequest & WithType(WorkflowType value)
bool VersionNameHasBeenSet() const
GetWorkflowVersionRequest & WithVersionName(VersionNameT &&value)
const Aws::String & GetVersionName() const
AWS_OMICS_API GetWorkflowVersionRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector