7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/model/WorkflowType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/omics/model/WorkflowExport.h>
50 template<
typename WorkflowIdT = Aws::String>
51 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
52 template<
typename WorkflowIdT = Aws::String>
62 template<
typename VersionNameT = Aws::String>
63 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
64 template<
typename VersionNameT = Aws::String>
84 template<
typename ExportT = Aws::Vector<WorkflowExport>>
85 void SetExport(ExportT&& value) { m_exportHasBeenSet =
true; m_export = std::forward<ExportT>(value); }
86 template<
typename ExportT = Aws::Vector<WorkflowExport>>
97 template<
typename WorkflowOwnerIdT = Aws::String>
98 void SetWorkflowOwnerId(WorkflowOwnerIdT&& value) { m_workflowOwnerIdHasBeenSet =
true; m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value); }
99 template<
typename WorkflowOwnerIdT = Aws::String>
105 bool m_workflowIdHasBeenSet =
false;
108 bool m_versionNameHasBeenSet =
false;
111 bool m_typeHasBeenSet =
false;
114 bool m_exportHasBeenSet =
false;
117 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