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>
110 template <
typename SseConfigT = SseConfig>
112 m_sseConfigHasBeenSet =
true;
113 m_sseConfig = std::forward<SseConfigT>(value);
115 template <
typename SseConfigT = SseConfig>
127 template <
typename CreationTimeT = Aws::Utils::DateTime>
129 m_creationTimeHasBeenSet =
true;
130 m_creationTime = std::forward<CreationTimeT>(value);
132 template <
typename CreationTimeT = Aws::Utils::DateTime>
145 template <
typename FallbackLocationT = Aws::String>
147 m_fallbackLocationHasBeenSet =
true;
148 m_fallbackLocation = std::forward<FallbackLocationT>(value);
150 template <
typename FallbackLocationT = Aws::String>
163 m_eTagAlgorithmFamilyHasBeenSet =
true;
164 m_eTagAlgorithmFamily = value;
178 m_statusHasBeenSet =
true;
192 template <
typename StatusMessageT = Aws::String>
194 m_statusMessageHasBeenSet =
true;
195 m_statusMessage = std::forward<StatusMessageT>(value);
197 template <
typename StatusMessageT = Aws::String>
210 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
212 m_propagatedSetLevelTagsHasBeenSet =
true;
213 m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value);
215 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
220 template <
typename PropagatedSetLevelTagsT = Aws::String>
222 m_propagatedSetLevelTagsHasBeenSet =
true;
223 m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value));
231 template <
typename S3AccessT = SequenceStoreS3Access>
233 m_s3AccessHasBeenSet =
true;
234 m_s3Access = std::forward<S3AccessT>(value);
236 template <
typename S3AccessT = SequenceStoreS3Access>
246 template <
typename RequestIdT = Aws::String>
248 m_requestIdHasBeenSet =
true;
249 m_requestId = std::forward<RequestIdT>(value);
251 template <
typename RequestIdT = Aws::String>
282 SequenceStoreS3Access m_s3Access;
286 bool m_idHasBeenSet =
false;
287 bool m_arnHasBeenSet =
false;
288 bool m_nameHasBeenSet =
false;
289 bool m_descriptionHasBeenSet =
false;
290 bool m_sseConfigHasBeenSet =
false;
291 bool m_creationTimeHasBeenSet =
false;
292 bool m_fallbackLocationHasBeenSet =
false;
293 bool m_eTagAlgorithmFamilyHasBeenSet =
false;
294 bool m_statusHasBeenSet =
false;
295 bool m_statusMessageHasBeenSet =
false;
296 bool m_propagatedSetLevelTagsHasBeenSet =
false;
297 bool m_s3AccessHasBeenSet =
false;
298 bool m_requestIdHasBeenSet =
false;
AWS_OMICS_API CreateSequenceStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetS3Access(S3AccessT &&value)
SequenceStoreStatus GetStatus() const
const Aws::String & GetRequestId() const
CreateSequenceStoreResult & WithFallbackLocation(FallbackLocationT &&value)
void SetSseConfig(SseConfigT &&value)
const SequenceStoreS3Access & GetS3Access() const
CreateSequenceStoreResult & WithETagAlgorithmFamily(ETagAlgorithmFamily value)
CreateSequenceStoreResult & WithRequestId(RequestIdT &&value)
CreateSequenceStoreResult & WithId(IdT &&value)
void SetRequestId(RequestIdT &&value)
void SetStatusMessage(StatusMessageT &&value)
const Aws::String & GetFallbackLocation() const
CreateSequenceStoreResult & WithName(NameT &&value)
void SetETagAlgorithmFamily(ETagAlgorithmFamily value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetDescription() const
CreateSequenceStoreResult & WithStatusMessage(StatusMessageT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetStatusMessage() const
CreateSequenceStoreResult & AddPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
void SetArn(ArnT &&value)
CreateSequenceStoreResult & WithStatus(SequenceStoreStatus value)
const SseConfig & GetSseConfig() const
void SetFallbackLocation(FallbackLocationT &&value)
void SetName(NameT &&value)
const Aws::String & GetArn() const
CreateSequenceStoreResult & WithArn(ArnT &&value)
ETagAlgorithmFamily GetETagAlgorithmFamily() const
const Aws::String & GetName() const
CreateSequenceStoreResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
CreateSequenceStoreResult & WithSseConfig(SseConfigT &&value)
CreateSequenceStoreResult & WithPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
AWS_OMICS_API CreateSequenceStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetPropagatedSetLevelTags() const
void SetPropagatedSetLevelTags(PropagatedSetLevelTagsT &&value)
CreateSequenceStoreResult & WithS3Access(S3AccessT &&value)
void SetDescription(DescriptionT &&value)
AWS_OMICS_API CreateSequenceStoreResult()=default
void SetStatus(SequenceStoreStatus value)
const Aws::String & GetId() const
CreateSequenceStoreResult & 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