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; }
100 bool m_workflowIdHasBeenSet =
false;
103 bool m_versionNameHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_storageTypeHasBeenSet =
false;
111 int m_storageCapacity{0};
112 bool m_storageCapacityHasBeenSet =
false;
const Aws::String & GetWorkflowId() const
virtual const char * GetServiceRequestName() const override
bool WorkflowIdHasBeenSet() const
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 VersionNameHasBeenSet() const
UpdateWorkflowVersionRequest & WithDescription(DescriptionT &&value)
UpdateWorkflowVersionRequest & WithWorkflowId(WorkflowIdT &&value)
bool DescriptionHasBeenSet() const
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