7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/omics/Omics_EXPORTS.h>
12#include <aws/omics/model/ETagAlgorithmFamily.h>
13#include <aws/omics/model/SequenceStoreS3Access.h>
14#include <aws/omics/model/SequenceStoreStatus.h>
15#include <aws/omics/model/SseConfig.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
58 template <
typename ArnT = Aws::String>
60 m_arnHasBeenSet =
true;
61 m_arn = std::forward<ArnT>(value);
63 template <
typename ArnT = Aws::String>
65 SetArn(std::forward<ArnT>(value));
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
107 template <
typename SseConfigT = SseConfig>
109 m_sseConfigHasBeenSet =
true;
110 m_sseConfig = std::forward<SseConfigT>(value);
112 template <
typename SseConfigT = SseConfig>
124 template <
typename CreationTimeT = Aws::Utils::DateTime>
126 m_creationTimeHasBeenSet =
true;
127 m_creationTime = std::forward<CreationTimeT>(value);
129 template <
typename CreationTimeT = Aws::Utils::DateTime>
141 template <
typename UpdateTimeT = Aws::Utils::DateTime>
143 m_updateTimeHasBeenSet =
true;
144 m_updateTime = std::forward<UpdateTimeT>(value);
146 template <
typename UpdateTimeT = Aws::Utils::DateTime>
159 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
161 m_propagatedSetLevelTagsHasBeenSet =
true;
162 m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value);
164 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
169 template <
typename PropagatedSetLevelTagsT = Aws::String>
171 m_propagatedSetLevelTagsHasBeenSet =
true;
172 m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value));
183 m_statusHasBeenSet =
true;
197 template <
typename StatusMessageT = Aws::String>
199 m_statusMessageHasBeenSet =
true;
200 m_statusMessage = std::forward<StatusMessageT>(value);
202 template <
typename StatusMessageT = Aws::String>
214 template <
typename FallbackLocationT = Aws::String>
216 m_fallbackLocationHasBeenSet =
true;
217 m_fallbackLocation = std::forward<FallbackLocationT>(value);
219 template <
typename FallbackLocationT = Aws::String>
229 template <
typename S3AccessT = SequenceStoreS3Access>
231 m_s3AccessHasBeenSet =
true;
232 m_s3Access = std::forward<S3AccessT>(value);
234 template <
typename S3AccessT = SequenceStoreS3Access>
247 m_eTagAlgorithmFamilyHasBeenSet =
true;
248 m_eTagAlgorithmFamily = value;
259 template <
typename RequestIdT = Aws::String>
261 m_requestIdHasBeenSet =
true;
262 m_requestId = std::forward<RequestIdT>(value);
264 template <
typename RequestIdT = Aws::String>
295 SequenceStoreS3Access m_s3Access;
301 bool m_idHasBeenSet =
false;
302 bool m_arnHasBeenSet =
false;
303 bool m_nameHasBeenSet =
false;
304 bool m_descriptionHasBeenSet =
false;
305 bool m_sseConfigHasBeenSet =
false;
306 bool m_creationTimeHasBeenSet =
false;
307 bool m_updateTimeHasBeenSet =
false;
308 bool m_propagatedSetLevelTagsHasBeenSet =
false;
309 bool m_statusHasBeenSet =
false;
310 bool m_statusMessageHasBeenSet =
false;
311 bool m_fallbackLocationHasBeenSet =
false;
312 bool m_s3AccessHasBeenSet =
false;
313 bool m_eTagAlgorithmFamilyHasBeenSet =
false;
314 bool m_requestIdHasBeenSet =
false;
void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::String & GetDescription() const
void SetSseConfig(SseConfigT &&value)
void SetFallbackLocation(FallbackLocationT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
UpdateSequenceStoreResult & WithName(NameT &&value)
const Aws::String & GetId() const
UpdateSequenceStoreResult & WithSseConfig(SseConfigT &&value)
void SetArn(ArnT &&value)
UpdateSequenceStoreResult & AddPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::String & GetStatusMessage() const
const Aws::String & GetArn() const
UpdateSequenceStoreResult & WithUpdateTime(UpdateTimeT &&value)
const SseConfig & GetSseConfig() const
void SetETagAlgorithmFamily(ETagAlgorithmFamily value)
const Aws::String & GetFallbackLocation() const
const Aws::String & GetName() const
SequenceStoreStatus GetStatus() const
AWS_OMICS_API UpdateSequenceStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSequenceStoreResult & WithId(IdT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdateTime(UpdateTimeT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
UpdateSequenceStoreResult & WithS3Access(S3AccessT &&value)
void SetName(NameT &&value)
UpdateSequenceStoreResult & WithStatus(SequenceStoreStatus value)
UpdateSequenceStoreResult & WithArn(ArnT &&value)
UpdateSequenceStoreResult & WithPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
UpdateSequenceStoreResult & WithStatusMessage(StatusMessageT &&value)
UpdateSequenceStoreResult & WithFallbackLocation(FallbackLocationT &&value)
ETagAlgorithmFamily GetETagAlgorithmFamily() const
UpdateSequenceStoreResult & WithETagAlgorithmFamily(ETagAlgorithmFamily value)
const SequenceStoreS3Access & GetS3Access() const
const Aws::Vector< Aws::String > & GetPropagatedSetLevelTags() const
void SetRequestId(RequestIdT &&value)
UpdateSequenceStoreResult & WithDescription(DescriptionT &&value)
AWS_OMICS_API UpdateSequenceStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(SequenceStoreStatus value)
void SetStatusMessage(StatusMessageT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetS3Access(S3AccessT &&value)
UpdateSequenceStoreResult & WithRequestId(RequestIdT &&value)
AWS_OMICS_API UpdateSequenceStoreResult()=default
void SetCreationTime(CreationTimeT &&value)
UpdateSequenceStoreResult & WithCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue