7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/omics/OmicsRequest.h>
11#include <aws/omics/Omics_EXPORTS.h>
12#include <aws/omics/model/S3AccessConfig.h>
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
95 template <
typename ClientTokenT = Aws::String>
97 m_clientTokenHasBeenSet =
true;
98 m_clientToken = std::forward<ClientTokenT>(value);
100 template <
typename ClientTokenT = Aws::String>
113 template <
typename FallbackLocationT = Aws::String>
115 m_fallbackLocationHasBeenSet =
true;
116 m_fallbackLocation = std::forward<FallbackLocationT>(value);
118 template <
typename FallbackLocationT = Aws::String>
132 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
134 m_propagatedSetLevelTagsHasBeenSet =
true;
135 m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value);
137 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
142 template <
typename PropagatedSetLevelTagsT = Aws::String>
144 m_propagatedSetLevelTagsHasBeenSet =
true;
145 m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value));
156 template <
typename S3AccessConfigT = S3AccessConfig>
158 m_s3AccessConfigHasBeenSet =
true;
159 m_s3AccessConfig = std::forward<S3AccessConfigT>(value);
161 template <
typename S3AccessConfigT = S3AccessConfig>
180 S3AccessConfig m_s3AccessConfig;
181 bool m_idHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
183 bool m_descriptionHasBeenSet =
false;
184 bool m_clientTokenHasBeenSet =
true;
185 bool m_fallbackLocationHasBeenSet =
false;
186 bool m_propagatedSetLevelTagsHasBeenSet =
false;
187 bool m_s3AccessConfigHasBeenSet =
false;
bool S3AccessConfigHasBeenSet() const
AWS_OMICS_API Aws::String SerializePayload() const override
UpdateSequenceStoreRequest & WithPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::Vector< Aws::String > & GetPropagatedSetLevelTags() const
UpdateSequenceStoreRequest & WithClientToken(ClientTokenT &&value)
UpdateSequenceStoreRequest & WithId(IdT &&value)
UpdateSequenceStoreRequest & WithFallbackLocation(FallbackLocationT &&value)
AWS_OMICS_API UpdateSequenceStoreRequest()=default
const Aws::String & GetDescription() const
bool PropagatedSetLevelTagsHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool IdHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetClientToken() const
UpdateSequenceStoreRequest & AddPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
UpdateSequenceStoreRequest & WithS3AccessConfig(S3AccessConfigT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateSequenceStoreRequest & WithName(NameT &&value)
const Aws::String & GetFallbackLocation() const
const S3AccessConfig & GetS3AccessConfig() const
const Aws::String & GetId() const
void SetFallbackLocation(FallbackLocationT &&value)
bool FallbackLocationHasBeenSet() const
const Aws::String & GetName() const
void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
UpdateSequenceStoreRequest & WithDescription(DescriptionT &&value)
void SetS3AccessConfig(S3AccessConfigT &&value)
bool ClientTokenHasBeenSet() const
bool NameHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector