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>
109 template <
typename SseConfigT = SseConfig>
111 m_sseConfigHasBeenSet =
true;
112 m_sseConfig = std::forward<SseConfigT>(value);
114 template <
typename SseConfigT = SseConfig>
126 template <
typename CreationTimeT = Aws::Utils::DateTime>
128 m_creationTimeHasBeenSet =
true;
129 m_creationTime = std::forward<CreationTimeT>(value);
131 template <
typename CreationTimeT = Aws::Utils::DateTime>
144 template <
typename FallbackLocationT = Aws::String>
146 m_fallbackLocationHasBeenSet =
true;
147 m_fallbackLocation = std::forward<FallbackLocationT>(value);
149 template <
typename FallbackLocationT = Aws::String>
162 template <
typename S3AccessT = SequenceStoreS3Access>
164 m_s3AccessHasBeenSet =
true;
165 m_s3Access = std::forward<S3AccessT>(value);
167 template <
typename S3AccessT = SequenceStoreS3Access>
180 m_eTagAlgorithmFamilyHasBeenSet =
true;
181 m_eTagAlgorithmFamily = value;
195 m_statusHasBeenSet =
true;
209 template <
typename StatusMessageT = Aws::String>
211 m_statusMessageHasBeenSet =
true;
212 m_statusMessage = std::forward<StatusMessageT>(value);
214 template <
typename StatusMessageT = Aws::String>
227 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
229 m_propagatedSetLevelTagsHasBeenSet =
true;
230 m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value);
232 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
237 template <
typename PropagatedSetLevelTagsT = Aws::String>
239 m_propagatedSetLevelTagsHasBeenSet =
true;
240 m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value));
250 template <
typename UpdateTimeT = Aws::Utils::DateTime>
252 m_updateTimeHasBeenSet =
true;
253 m_updateTime = std::forward<UpdateTimeT>(value);
255 template <
typename UpdateTimeT = Aws::Utils::DateTime>
265 template <
typename RequestIdT = Aws::String>
267 m_requestIdHasBeenSet =
true;
268 m_requestId = std::forward<RequestIdT>(value);
270 template <
typename RequestIdT = Aws::String>
293 SequenceStoreS3Access m_s3Access;
307 bool m_idHasBeenSet =
false;
308 bool m_arnHasBeenSet =
false;
309 bool m_nameHasBeenSet =
false;
310 bool m_descriptionHasBeenSet =
false;
311 bool m_sseConfigHasBeenSet =
false;
312 bool m_creationTimeHasBeenSet =
false;
313 bool m_fallbackLocationHasBeenSet =
false;
314 bool m_s3AccessHasBeenSet =
false;
315 bool m_eTagAlgorithmFamilyHasBeenSet =
false;
316 bool m_statusHasBeenSet =
false;
317 bool m_statusMessageHasBeenSet =
false;
318 bool m_propagatedSetLevelTagsHasBeenSet =
false;
319 bool m_updateTimeHasBeenSet =
false;
320 bool m_requestIdHasBeenSet =
false;
GetSequenceStoreResult & WithRequestId(RequestIdT &&value)
GetSequenceStoreResult & WithName(NameT &&value)
GetSequenceStoreResult & WithPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
GetSequenceStoreResult & WithDescription(DescriptionT &&value)
GetSequenceStoreResult & WithCreationTime(CreationTimeT &&value)
AWS_OMICS_API GetSequenceStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSequenceStoreResult & WithS3Access(S3AccessT &&value)
const SequenceStoreS3Access & GetS3Access() const
const Aws::String & GetArn() const
AWS_OMICS_API GetSequenceStoreResult()=default
void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
GetSequenceStoreResult & WithStatus(SequenceStoreStatus value)
AWS_OMICS_API GetSequenceStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetS3Access(S3AccessT &&value)
void SetUpdateTime(UpdateTimeT &&value)
const Aws::Vector< Aws::String > & GetPropagatedSetLevelTags() const
const Aws::String & GetRequestId() const
GetSequenceStoreResult & WithId(IdT &&value)
const SseConfig & GetSseConfig() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetFallbackLocation() const
const Aws::Utils::DateTime & GetUpdateTime() const
GetSequenceStoreResult & WithArn(ArnT &&value)
GetSequenceStoreResult & AddPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
void SetETagAlgorithmFamily(ETagAlgorithmFamily value)
void SetCreationTime(CreationTimeT &&value)
void SetSseConfig(SseConfigT &&value)
SequenceStoreStatus GetStatus() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetSequenceStoreResult & WithFallbackLocation(FallbackLocationT &&value)
const Aws::String & GetName() const
GetSequenceStoreResult & WithSseConfig(SseConfigT &&value)
const Aws::String & GetStatusMessage() const
void SetStatusMessage(StatusMessageT &&value)
GetSequenceStoreResult & WithETagAlgorithmFamily(ETagAlgorithmFamily value)
void SetName(NameT &&value)
void SetFallbackLocation(FallbackLocationT &&value)
ETagAlgorithmFamily GetETagAlgorithmFamily() const
GetSequenceStoreResult & WithUpdateTime(UpdateTimeT &&value)
const Aws::String & GetId() const
void SetStatus(SequenceStoreStatus value)
GetSequenceStoreResult & WithStatusMessage(StatusMessageT &&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