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/SseConfig.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/omics/model/ETagAlgorithmFamily.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/omics/model/S3AccessConfig.h>
16#include <aws/core/utils/UUID.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
71 template<
typename SseConfigT = SseConfig>
72 void SetSseConfig(SseConfigT&& value) { m_sseConfigHasBeenSet =
true; m_sseConfig = std::forward<SseConfigT>(value); }
73 template<
typename SseConfigT = SseConfig>
83 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
84 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
85 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
89 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
100 template<
typename ClientTokenT = Aws::String>
101 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
102 template<
typename ClientTokenT = Aws::String>
113 template<
typename FallbackLocationT = Aws::String>
114 void SetFallbackLocation(FallbackLocationT&& value) { m_fallbackLocationHasBeenSet =
true; m_fallbackLocation = std::forward<FallbackLocationT>(value); }
115 template<
typename FallbackLocationT = Aws::String>
136 template<
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
137 void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { m_propagatedSetLevelTagsHasBeenSet =
true; m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value); }
138 template<
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
140 template<
typename PropagatedSetLevelTagsT = Aws::String>
150 template<
typename S3AccessConfigT = S3AccessConfig>
151 void SetS3AccessConfig(S3AccessConfigT&& value) { m_s3AccessConfigHasBeenSet =
true; m_s3AccessConfig = std::forward<S3AccessConfigT>(value); }
152 template<
typename S3AccessConfigT = S3AccessConfig>
158 bool m_nameHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_sseConfigHasBeenSet =
false;
167 bool m_tagsHasBeenSet =
false;
170 bool m_clientTokenHasBeenSet =
true;
173 bool m_fallbackLocationHasBeenSet =
false;
176 bool m_eTagAlgorithmFamilyHasBeenSet =
false;
179 bool m_propagatedSetLevelTagsHasBeenSet =
false;
181 S3AccessConfig m_s3AccessConfig;
182 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