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/core/utils/memory/stl/AWSVector.h>
11#include <aws/omics/model/S3AccessConfig.h>
13#include <aws/core/utils/UUID.h>
44 template<
typename IdT = Aws::String>
45 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
46 template<
typename IdT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
81 template<
typename ClientTokenT = Aws::String>
82 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
83 template<
typename ClientTokenT = Aws::String>
93 template<
typename FallbackLocationT = Aws::String>
94 void SetFallbackLocation(FallbackLocationT&& value) { m_fallbackLocationHasBeenSet =
true; m_fallbackLocation = std::forward<FallbackLocationT>(value); }
95 template<
typename FallbackLocationT = Aws::String>
106 template<
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
107 void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT&& value) { m_propagatedSetLevelTagsHasBeenSet =
true; m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value); }
108 template<
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
110 template<
typename PropagatedSetLevelTagsT = Aws::String>
120 template<
typename S3AccessConfigT = S3AccessConfig>
121 void SetS3AccessConfig(S3AccessConfigT&& value) { m_s3AccessConfigHasBeenSet =
true; m_s3AccessConfig = std::forward<S3AccessConfigT>(value); }
122 template<
typename S3AccessConfigT = S3AccessConfig>
128 bool m_idHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
137 bool m_clientTokenHasBeenSet =
true;
140 bool m_fallbackLocationHasBeenSet =
false;
143 bool m_propagatedSetLevelTagsHasBeenSet =
false;
145 S3AccessConfig m_s3AccessConfig;
146 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