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 IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
64 m_typeHasBeenSet =
true;
79 template <
typename ExportT = Aws::Vector<WorkflowExport>>
81 m_exportHasBeenSet =
true;
82 m_export = std::forward<ExportT>(value);
84 template <
typename ExportT = Aws::Vector<WorkflowExport>>
90 m_exportHasBeenSet =
true;
91 m_export.push_back(value);
102 template <
typename WorkflowOwnerIdT = Aws::String>
104 m_workflowOwnerIdHasBeenSet =
true;
105 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
107 template <
typename WorkflowOwnerIdT = Aws::String>
121 bool m_idHasBeenSet =
false;
122 bool m_typeHasBeenSet =
false;
123 bool m_exportHasBeenSet =
false;
124 bool m_workflowOwnerIdHasBeenSet =
false;
bool IdHasBeenSet() const
GetWorkflowRequest & WithId(IdT &&value)
AWS_OMICS_API Aws::String SerializePayload() const override
GetWorkflowRequest & WithWorkflowOwnerId(WorkflowOwnerIdT &&value)
const Aws::Vector< WorkflowExport > & GetExport() const
WorkflowType GetType() const
void SetType(WorkflowType value)
bool WorkflowOwnerIdHasBeenSet() const
AWS_OMICS_API GetWorkflowRequest()=default
AWS_OMICS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetWorkflowRequest & AddExport(WorkflowExport value)
bool TypeHasBeenSet() const
void SetWorkflowOwnerId(WorkflowOwnerIdT &&value)
const Aws::String & GetId() const
GetWorkflowRequest & WithExport(ExportT &&value)
void SetExport(ExportT &&value)
GetWorkflowRequest & WithType(WorkflowType value)
virtual const char * GetServiceRequestName() const override
bool ExportHasBeenSet() const
const Aws::String & GetWorkflowOwnerId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector