7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/ReferenceItem.h>
12#include <aws/omics/model/SseConfig.h>
13#include <aws/omics/model/StoreFormat.h>
14#include <aws/omics/model/StoreOptions.h>
15#include <aws/omics/model/StoreStatus.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 ReferenceT = ReferenceItem>
60 m_referenceHasBeenSet =
true;
61 m_reference = std::forward<ReferenceT>(value);
63 template <
typename ReferenceT = ReferenceItem>
76 m_statusHasBeenSet =
true;
90 template <
typename StoreArnT = Aws::String>
92 m_storeArnHasBeenSet =
true;
93 m_storeArn = std::forward<StoreArnT>(value);
95 template <
typename StoreArnT = Aws::String>
107 template <
typename NameT = Aws::String>
109 m_nameHasBeenSet =
true;
110 m_name = std::forward<NameT>(value);
112 template <
typename NameT = Aws::String>
114 SetName(std::forward<NameT>(value));
124 template <
typename DescriptionT = Aws::String>
126 m_descriptionHasBeenSet =
true;
127 m_description = std::forward<DescriptionT>(value);
129 template <
typename DescriptionT = Aws::String>
141 template <
typename SseConfigT = SseConfig>
143 m_sseConfigHasBeenSet =
true;
144 m_sseConfig = std::forward<SseConfigT>(value);
146 template <
typename SseConfigT = SseConfig>
158 template <
typename CreationTimeT = Aws::Utils::DateTime>
160 m_creationTimeHasBeenSet =
true;
161 m_creationTime = std::forward<CreationTimeT>(value);
163 template <
typename CreationTimeT = Aws::Utils::DateTime>
175 template <
typename UpdateTimeT = Aws::Utils::DateTime>
177 m_updateTimeHasBeenSet =
true;
178 m_updateTime = std::forward<UpdateTimeT>(value);
180 template <
typename UpdateTimeT = Aws::Utils::DateTime>
192 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
194 m_tagsHasBeenSet =
true;
195 m_tags = std::forward<TagsT>(value);
197 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 SetTags(std::forward<TagsT>(value));
202 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
204 m_tagsHasBeenSet =
true;
205 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
215 template <
typename StoreOptionsT = StoreOptions>
217 m_storeOptionsHasBeenSet =
true;
218 m_storeOptions = std::forward<StoreOptionsT>(value);
220 template <
typename StoreOptionsT = StoreOptions>
233 m_storeFormatHasBeenSet =
true;
234 m_storeFormat = value;
247 template <
typename StatusMessageT = Aws::String>
249 m_statusMessageHasBeenSet =
true;
250 m_statusMessage = std::forward<StatusMessageT>(value);
252 template <
typename StatusMessageT = Aws::String>
265 m_storeSizeBytesHasBeenSet =
true;
266 m_storeSizeBytes = value;
280 m_numVersionsHasBeenSet =
true;
281 m_numVersions = value;
292 template <
typename RequestIdT = Aws::String>
294 m_requestIdHasBeenSet =
true;
295 m_requestId = std::forward<RequestIdT>(value);
297 template <
typename RequestIdT = Aws::String>
316 SseConfig m_sseConfig;
324 StoreOptions m_storeOptions;
330 long long m_storeSizeBytes{0};
332 int m_numVersions{0};
335 bool m_idHasBeenSet =
false;
336 bool m_referenceHasBeenSet =
false;
337 bool m_statusHasBeenSet =
false;
338 bool m_storeArnHasBeenSet =
false;
339 bool m_nameHasBeenSet =
false;
340 bool m_descriptionHasBeenSet =
false;
341 bool m_sseConfigHasBeenSet =
false;
342 bool m_creationTimeHasBeenSet =
false;
343 bool m_updateTimeHasBeenSet =
false;
344 bool m_tagsHasBeenSet =
false;
345 bool m_storeOptionsHasBeenSet =
false;
346 bool m_storeFormatHasBeenSet =
false;
347 bool m_statusMessageHasBeenSet =
false;
348 bool m_storeSizeBytesHasBeenSet =
false;
349 bool m_numVersionsHasBeenSet =
false;
350 bool m_requestIdHasBeenSet =
false;
GetAnnotationStoreResult & WithReference(ReferenceT &&value)
void SetReference(ReferenceT &&value)
void SetStoreSizeBytes(long long value)
const Aws::String & GetStatusMessage() const
int GetNumVersions() const
AWS_OMICS_API GetAnnotationStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
long long GetStoreSizeBytes() const
void SetStoreFormat(StoreFormat value)
void SetStatus(StoreStatus value)
const Aws::String & GetRequestId() const
GetAnnotationStoreResult & WithStoreOptions(StoreOptionsT &&value)
StoreFormat GetStoreFormat() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
const StoreOptions & GetStoreOptions() const
GetAnnotationStoreResult & WithStoreSizeBytes(long long value)
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
GetAnnotationStoreResult & WithSseConfig(SseConfigT &&value)
void SetSseConfig(SseConfigT &&value)
GetAnnotationStoreResult & WithStoreArn(StoreArnT &&value)
GetAnnotationStoreResult & WithStatusMessage(StatusMessageT &&value)
const SseConfig & GetSseConfig() const
GetAnnotationStoreResult & WithTags(TagsT &&value)
GetAnnotationStoreResult & WithNumVersions(int value)
const Aws::String & GetDescription() const
GetAnnotationStoreResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetName() const
GetAnnotationStoreResult & WithStatus(StoreStatus value)
void SetTags(TagsT &&value)
GetAnnotationStoreResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetStoreOptions(StoreOptionsT &&value)
GetAnnotationStoreResult & WithDescription(DescriptionT &&value)
GetAnnotationStoreResult & WithName(NameT &&value)
AWS_OMICS_API GetAnnotationStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStoreArn(StoreArnT &&value)
AWS_OMICS_API GetAnnotationStoreResult()=default
StoreStatus GetStatus() const
const Aws::String & GetStoreArn() const
GetAnnotationStoreResult & WithId(IdT &&value)
GetAnnotationStoreResult & WithRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const ReferenceItem & GetReference() const
void SetNumVersions(int value)
GetAnnotationStoreResult & WithStoreFormat(StoreFormat value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Utils::DateTime & GetUpdateTime() const
void SetStatusMessage(StatusMessageT &&value)
GetAnnotationStoreResult & WithUpdateTime(UpdateTimeT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue