7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/omics/OmicsRequest.h>
12#include <aws/omics/Omics_EXPORTS.h>
13#include <aws/omics/model/ETagAlgorithmFamily.h>
14#include <aws/omics/model/S3AccessConfig.h>
15#include <aws/omics/model/SseConfig.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename SseConfigT = SseConfig>
81 m_sseConfigHasBeenSet =
true;
82 m_sseConfig = std::forward<SseConfigT>(value);
84 template <
typename SseConfigT = SseConfig>
97 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 m_tagsHasBeenSet =
true;
100 m_tags = std::forward<TagsT>(value);
102 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
104 SetTags(std::forward<TagsT>(value));
107 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
109 m_tagsHasBeenSet =
true;
110 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
122 template <
typename ClientTokenT = Aws::String>
124 m_clientTokenHasBeenSet =
true;
125 m_clientToken = std::forward<ClientTokenT>(value);
127 template <
typename ClientTokenT = Aws::String>
143 template <
typename FallbackLocationT = Aws::String>
145 m_fallbackLocationHasBeenSet =
true;
146 m_fallbackLocation = std::forward<FallbackLocationT>(value);
148 template <
typename FallbackLocationT = Aws::String>
166 m_eTagAlgorithmFamilyHasBeenSet =
true;
167 m_eTagAlgorithmFamily = value;
183 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
185 m_propagatedSetLevelTagsHasBeenSet =
true;
186 m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value);
188 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
193 template <
typename PropagatedSetLevelTagsT = Aws::String>
195 m_propagatedSetLevelTagsHasBeenSet =
true;
196 m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value));
209 template <
typename S3AccessConfigT = S3AccessConfig>
211 m_s3AccessConfigHasBeenSet =
true;
212 m_s3AccessConfig = std::forward<S3AccessConfigT>(value);
214 template <
typename S3AccessConfigT = S3AccessConfig>
237 S3AccessConfig m_s3AccessConfig;
238 bool m_nameHasBeenSet =
false;
239 bool m_descriptionHasBeenSet =
false;
240 bool m_sseConfigHasBeenSet =
false;
241 bool m_tagsHasBeenSet =
false;
242 bool m_clientTokenHasBeenSet =
true;
243 bool m_fallbackLocationHasBeenSet =
false;
244 bool m_eTagAlgorithmFamilyHasBeenSet =
false;
245 bool m_propagatedSetLevelTagsHasBeenSet =
false;
246 bool m_s3AccessConfigHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
CreateSequenceStoreRequest & WithName(NameT &&value)
void SetName(NameT &&value)
void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
CreateSequenceStoreRequest & WithS3AccessConfig(S3AccessConfigT &&value)
bool PropagatedSetLevelTagsHasBeenSet() const
CreateSequenceStoreRequest & WithDescription(DescriptionT &&value)
CreateSequenceStoreRequest & WithPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::String & GetClientToken() const
AWS_OMICS_API Aws::String SerializePayload() const override
void SetClientToken(ClientTokenT &&value)
bool NameHasBeenSet() const
CreateSequenceStoreRequest & WithFallbackLocation(FallbackLocationT &&value)
void SetTags(TagsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetFallbackLocation() const
bool FallbackLocationHasBeenSet() const
CreateSequenceStoreRequest & WithSseConfig(SseConfigT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool SseConfigHasBeenSet() const
const Aws::String & GetDescription() const
void SetSseConfig(SseConfigT &&value)
CreateSequenceStoreRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateSequenceStoreRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_OMICS_API CreateSequenceStoreRequest()=default
CreateSequenceStoreRequest & WithETagAlgorithmFamily(ETagAlgorithmFamily value)
bool ClientTokenHasBeenSet() const
void SetETagAlgorithmFamily(ETagAlgorithmFamily value)
void SetS3AccessConfig(S3AccessConfigT &&value)
CreateSequenceStoreRequest & WithClientToken(ClientTokenT &&value)
bool S3AccessConfigHasBeenSet() const
bool ETagAlgorithmFamilyHasBeenSet() const
void SetFallbackLocation(FallbackLocationT &&value)
const S3AccessConfig & GetS3AccessConfig() const
const SseConfig & GetSseConfig() const
CreateSequenceStoreRequest & AddPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetPropagatedSetLevelTags() const
ETagAlgorithmFamily GetETagAlgorithmFamily() const
static Aws::Utils::UUID PseudoRandomUUID()
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
std::vector< T, Aws::Allocator< T > > Vector