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 IdT = Aws::String>
43 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
44 template<
typename IdT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = 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_idHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_storageTypeHasBeenSet =
false;
111 int m_storageCapacity{0};
112 bool m_storageCapacityHasBeenSet =
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 DescriptionHasBeenSet() const
UpdateWorkflowRequest & WithName(NameT &&value)
void SetStorageCapacity(int value)
bool StorageTypeHasBeenSet() const
bool NameHasBeenSet() 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
bool StorageCapacityHasBeenSet() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String