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 IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
72 template<
typename ExportT = Aws::Vector<WorkflowExport>>
73 void SetExport(ExportT&& value) { m_exportHasBeenSet =
true; m_export = std::forward<ExportT>(value); }
74 template<
typename ExportT = Aws::Vector<WorkflowExport>>
85 template<
typename WorkflowOwnerIdT = Aws::String>
86 void SetWorkflowOwnerId(WorkflowOwnerIdT&& value) { m_workflowOwnerIdHasBeenSet =
true; m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value); }
87 template<
typename WorkflowOwnerIdT = Aws::String>
93 bool m_idHasBeenSet =
false;
96 bool m_typeHasBeenSet =
false;
99 bool m_exportHasBeenSet =
false;
102 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