7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/ETagAlgorithmFamily.h>
12#include <aws/omics/model/SequenceStoreS3Access.h>
13#include <aws/omics/model/SequenceStoreStatus.h>
14#include <aws/omics/model/SseConfig.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
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));
57 template <
typename ArnT = Aws::String>
59 m_arnHasBeenSet =
true;
60 m_arn = std::forward<ArnT>(value);
62 template <
typename ArnT = Aws::String>
64 SetArn(std::forward<ArnT>(value));
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
108 template <
typename SseConfigT = SseConfig>
110 m_sseConfigHasBeenSet =
true;
111 m_sseConfig = std::forward<SseConfigT>(value);
113 template <
typename SseConfigT = SseConfig>
125 template <
typename CreationTimeT = Aws::Utils::DateTime>
127 m_creationTimeHasBeenSet =
true;
128 m_creationTime = std::forward<CreationTimeT>(value);
130 template <
typename CreationTimeT = Aws::Utils::DateTime>
143 template <
typename FallbackLocationT = Aws::String>
145 m_fallbackLocationHasBeenSet =
true;
146 m_fallbackLocation = std::forward<FallbackLocationT>(value);
148 template <
typename FallbackLocationT = Aws::String>
161 template <
typename S3AccessT = SequenceStoreS3Access>
163 m_s3AccessHasBeenSet =
true;
164 m_s3Access = std::forward<S3AccessT>(value);
166 template <
typename S3AccessT = SequenceStoreS3Access>
179 m_eTagAlgorithmFamilyHasBeenSet =
true;
180 m_eTagAlgorithmFamily = value;
194 m_statusHasBeenSet =
true;
208 template <
typename StatusMessageT = Aws::String>
210 m_statusMessageHasBeenSet =
true;
211 m_statusMessage = std::forward<StatusMessageT>(value);
213 template <
typename StatusMessageT = Aws::String>
226 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
228 m_propagatedSetLevelTagsHasBeenSet =
true;
229 m_propagatedSetLevelTags = std::forward<PropagatedSetLevelTagsT>(value);
231 template <
typename PropagatedSetLevelTagsT = Aws::Vector<Aws::String>>
236 template <
typename PropagatedSetLevelTagsT = Aws::String>
238 m_propagatedSetLevelTagsHasBeenSet =
true;
239 m_propagatedSetLevelTags.emplace_back(std::forward<PropagatedSetLevelTagsT>(value));
249 template <
typename UpdateTimeT = Aws::Utils::DateTime>
251 m_updateTimeHasBeenSet =
true;
252 m_updateTime = std::forward<UpdateTimeT>(value);
254 template <
typename UpdateTimeT = Aws::Utils::DateTime>
264 template <
typename RequestIdT = Aws::String>
266 m_requestIdHasBeenSet =
true;
267 m_requestId = std::forward<RequestIdT>(value);
269 template <
typename RequestIdT = Aws::String>
290 SequenceStoreS3Access m_s3Access;
303 bool m_idHasBeenSet =
false;
304 bool m_arnHasBeenSet =
false;
305 bool m_nameHasBeenSet =
false;
306 bool m_descriptionHasBeenSet =
false;
307 bool m_sseConfigHasBeenSet =
false;
308 bool m_creationTimeHasBeenSet =
false;
309 bool m_fallbackLocationHasBeenSet =
false;
310 bool m_s3AccessHasBeenSet =
false;
311 bool m_eTagAlgorithmFamilyHasBeenSet =
false;
312 bool m_statusHasBeenSet =
false;
313 bool m_statusMessageHasBeenSet =
false;
314 bool m_propagatedSetLevelTagsHasBeenSet =
false;
315 bool m_updateTimeHasBeenSet =
false;
316 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
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