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/StorageType.h>
42 template<
typename WorkflowIdT = Aws::String>
43 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
44 template<
typename WorkflowIdT = Aws::String>
54 template<
typename VersionNameT = Aws::String>
55 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
56 template<
typename VersionNameT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
94 inline void SetStorageCapacity(
int value) { m_storageCapacityHasBeenSet =
true; m_storageCapacity = value; }
106 template<
typename ReadmeMarkdownT = Aws::String>
107 void SetReadmeMarkdown(ReadmeMarkdownT&& value) { m_readmeMarkdownHasBeenSet =
true; m_readmeMarkdown = std::forward<ReadmeMarkdownT>(value); }
108 template<
typename ReadmeMarkdownT = Aws::String>
114 bool m_workflowIdHasBeenSet =
false;
117 bool m_versionNameHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_storageTypeHasBeenSet =
false;
125 int m_storageCapacity{0};
126 bool m_storageCapacityHasBeenSet =
false;
129 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