7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/StorageType.h>
38 template <
typename WorkflowIdT = Aws::String>
40 m_workflowIdHasBeenSet =
true;
41 m_workflowId = std::forward<WorkflowIdT>(value);
43 template <
typename WorkflowIdT = Aws::String>
56 template <
typename VersionNameT = Aws::String>
58 m_versionNameHasBeenSet =
true;
59 m_versionName = std::forward<VersionNameT>(value);
61 template <
typename VersionNameT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
100 m_storageTypeHasBeenSet =
true;
101 m_storageType = value;
119 m_storageCapacityHasBeenSet =
true;
120 m_storageCapacity = value;
136 template <
typename ReadmeMarkdownT = Aws::String>
138 m_readmeMarkdownHasBeenSet =
true;
139 m_readmeMarkdown = std::forward<ReadmeMarkdownT>(value);
141 template <
typename ReadmeMarkdownT = Aws::String>
156 int m_storageCapacity{0};
159 bool m_workflowIdHasBeenSet =
false;
160 bool m_versionNameHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
162 bool m_storageTypeHasBeenSet =
false;
163 bool m_storageCapacityHasBeenSet =
false;
164 bool m_readmeMarkdownHasBeenSet =
false;
const Aws::String & GetWorkflowId() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetReadmeMarkdown() const
bool WorkflowIdHasBeenSet() const
void SetReadmeMarkdown(ReadmeMarkdownT &&value)
UpdateWorkflowVersionRequest & WithStorageCapacity(int value)
int GetStorageCapacity() const
bool StorageCapacityHasBeenSet() const
void SetStorageCapacity(int value)
UpdateWorkflowVersionRequest & WithVersionName(VersionNameT &&value)
StorageType GetStorageType() const
void SetDescription(DescriptionT &&value)
bool StorageTypeHasBeenSet() const
void SetWorkflowId(WorkflowIdT &&value)
void SetStorageType(StorageType value)
AWS_OMICS_API UpdateWorkflowVersionRequest()=default
UpdateWorkflowVersionRequest & WithStorageType(StorageType value)
bool ReadmeMarkdownHasBeenSet() const
bool VersionNameHasBeenSet() const
UpdateWorkflowVersionRequest & WithDescription(DescriptionT &&value)
UpdateWorkflowVersionRequest & WithWorkflowId(WorkflowIdT &&value)
bool DescriptionHasBeenSet() const
UpdateWorkflowVersionRequest & WithReadmeMarkdown(ReadmeMarkdownT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetVersionName() const
void SetVersionName(VersionNameT &&value)
AWS_OMICS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String