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 IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
98 m_storageTypeHasBeenSet =
true;
99 m_storageType = value;
115 m_storageCapacityHasBeenSet =
true;
116 m_storageCapacity = value;
131 template <
typename ReadmeMarkdownT = Aws::String>
133 m_readmeMarkdownHasBeenSet =
true;
134 m_readmeMarkdown = std::forward<ReadmeMarkdownT>(value);
136 template <
typename ReadmeMarkdownT = Aws::String>
151 int m_storageCapacity{0};
154 bool m_idHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
157 bool m_storageTypeHasBeenSet =
false;
158 bool m_storageCapacityHasBeenSet =
false;
159 bool m_readmeMarkdownHasBeenSet =
false;
const Aws::String & GetDescription() const
UpdateWorkflowRequest & WithStorageType(StorageType value)
UpdateWorkflowRequest & WithStorageCapacity(int value)
void SetStorageType(StorageType value)
void SetName(NameT &&value)
AWS_OMICS_API UpdateWorkflowRequest()=default
bool ReadmeMarkdownHasBeenSet() const
bool DescriptionHasBeenSet() const
UpdateWorkflowRequest & WithReadmeMarkdown(ReadmeMarkdownT &&value)
UpdateWorkflowRequest & WithName(NameT &&value)
void SetStorageCapacity(int value)
bool StorageTypeHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetReadmeMarkdown() const
const Aws::String & GetId() const
virtual const char * GetServiceRequestName() const override
int GetStorageCapacity() const
AWS_OMICS_API Aws::String SerializePayload() const override
bool IdHasBeenSet() const
UpdateWorkflowRequest & WithId(IdT &&value)
UpdateWorkflowRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
StorageType GetStorageType() const
void SetReadmeMarkdown(ReadmeMarkdownT &&value)
bool StorageCapacityHasBeenSet() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String