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/VersionOptions.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
57 template<
typename VersionNameT = Aws::String>
58 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
59 template<
typename VersionNameT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
81 template<
typename VersionOptionsT = VersionOptions>
82 void SetVersionOptions(VersionOptionsT&& value) { m_versionOptionsHasBeenSet =
true; m_versionOptions = std::forward<VersionOptionsT>(value); }
83 template<
typename VersionOptionsT = VersionOptions>
93 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
99 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
105 bool m_nameHasBeenSet =
false;
108 bool m_versionNameHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
114 bool m_versionOptionsHasBeenSet =
false;
117 bool m_tagsHasBeenSet =
false;
const VersionOptions & GetVersionOptions() const
AWS_OMICS_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_OMICS_API CreateAnnotationStoreVersionRequest()=default
CreateAnnotationStoreVersionRequest & WithDescription(DescriptionT &&value)
void SetVersionOptions(VersionOptionsT &&value)
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetVersionName() const
bool VersionOptionsHasBeenSet() const
const Aws::String & GetName() const
CreateAnnotationStoreVersionRequest & WithTags(TagsT &&value)
CreateAnnotationStoreVersionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateAnnotationStoreVersionRequest & WithVersionOptions(VersionOptionsT &&value)
CreateAnnotationStoreVersionRequest & WithVersionName(VersionNameT &&value)
bool NameHasBeenSet() const
CreateAnnotationStoreVersionRequest & WithName(NameT &&value)
bool VersionNameHasBeenSet() const
void SetVersionName(VersionNameT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String