7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/omics/model/ReferenceItem.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/omics/model/SseConfig.h>
13#include <aws/omics/model/StoreFormat.h>
14#include <aws/omics/model/StoreOptions.h>
46 template<
typename ReferenceT = ReferenceItem>
47 void SetReference(ReferenceT&& value) { m_referenceHasBeenSet =
true; m_reference = std::forward<ReferenceT>(value); }
48 template<
typename ReferenceT = ReferenceItem>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
82 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
88 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
99 template<
typename VersionNameT = Aws::String>
100 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
101 template<
typename VersionNameT = Aws::String>
111 template<
typename SseConfigT = SseConfig>
112 void SetSseConfig(SseConfigT&& value) { m_sseConfigHasBeenSet =
true; m_sseConfig = std::forward<SseConfigT>(value); }
113 template<
typename SseConfigT = SseConfig>
133 template<
typename StoreOptionsT = StoreOptions>
134 void SetStoreOptions(StoreOptionsT&& value) { m_storeOptionsHasBeenSet =
true; m_storeOptions = std::forward<StoreOptionsT>(value); }
135 template<
typename StoreOptionsT = StoreOptions>
141 bool m_referenceHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
153 bool m_versionNameHasBeenSet =
false;
156 bool m_sseConfigHasBeenSet =
false;
159 bool m_storeFormatHasBeenSet =
false;
161 StoreOptions m_storeOptions;
162 bool m_storeOptionsHasBeenSet =
false;
bool StoreFormatHasBeenSet() const
CreateAnnotationStoreRequest & WithVersionName(VersionNameT &&value)
void SetName(NameT &&value)
const StoreOptions & GetStoreOptions() const
void SetStoreOptions(StoreOptionsT &&value)
bool ReferenceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateAnnotationStoreRequest & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetVersionName() const
AWS_OMICS_API Aws::String SerializePayload() const override
void SetReference(ReferenceT &&value)
const SseConfig & GetSseConfig() const
StoreFormat GetStoreFormat() const
AWS_OMICS_API CreateAnnotationStoreRequest()=default
bool DescriptionHasBeenSet() const
bool VersionNameHasBeenSet() const
void SetStoreFormat(StoreFormat value)
CreateAnnotationStoreRequest & WithStoreOptions(StoreOptionsT &&value)
bool TagsHasBeenSet() const
bool StoreOptionsHasBeenSet() const
void SetTags(TagsT &&value)
bool NameHasBeenSet() const
void SetVersionName(VersionNameT &&value)
CreateAnnotationStoreRequest & WithDescription(DescriptionT &&value)
void SetSseConfig(SseConfigT &&value)
CreateAnnotationStoreRequest & WithSseConfig(SseConfigT &&value)
const Aws::String & GetDescription() const
CreateAnnotationStoreRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateAnnotationStoreRequest & WithStoreFormat(StoreFormat value)
CreateAnnotationStoreRequest & WithReference(ReferenceT &&value)
bool SseConfigHasBeenSet() const
CreateAnnotationStoreRequest & WithTags(TagsT &&value)
const ReferenceItem & GetReference() const
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