7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/omics/Omics_EXPORTS.h>
12#include <aws/omics/model/ReferenceItem.h>
13#include <aws/omics/model/SseConfig.h>
14#include <aws/omics/model/StoreFormat.h>
15#include <aws/omics/model/StoreOptions.h>
16#include <aws/omics/model/StoreStatus.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
59 template <
typename ReferenceT = ReferenceItem>
61 m_referenceHasBeenSet =
true;
62 m_reference = std::forward<ReferenceT>(value);
64 template <
typename ReferenceT = ReferenceItem>
77 m_statusHasBeenSet =
true;
91 template <
typename StoreArnT = Aws::String>
93 m_storeArnHasBeenSet =
true;
94 m_storeArn = std::forward<StoreArnT>(value);
96 template <
typename StoreArnT = Aws::String>
108 template <
typename NameT = Aws::String>
110 m_nameHasBeenSet =
true;
111 m_name = std::forward<NameT>(value);
113 template <
typename NameT = Aws::String>
115 SetName(std::forward<NameT>(value));
125 template <
typename DescriptionT = Aws::String>
127 m_descriptionHasBeenSet =
true;
128 m_description = std::forward<DescriptionT>(value);
130 template <
typename DescriptionT = Aws::String>
142 template <
typename SseConfigT = SseConfig>
144 m_sseConfigHasBeenSet =
true;
145 m_sseConfig = std::forward<SseConfigT>(value);
147 template <
typename SseConfigT = SseConfig>
159 template <
typename CreationTimeT = Aws::Utils::DateTime>
161 m_creationTimeHasBeenSet =
true;
162 m_creationTime = std::forward<CreationTimeT>(value);
164 template <
typename CreationTimeT = Aws::Utils::DateTime>
176 template <
typename UpdateTimeT = Aws::Utils::DateTime>
178 m_updateTimeHasBeenSet =
true;
179 m_updateTime = std::forward<UpdateTimeT>(value);
181 template <
typename UpdateTimeT = Aws::Utils::DateTime>
193 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 m_tagsHasBeenSet =
true;
196 m_tags = std::forward<TagsT>(value);
198 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
200 SetTags(std::forward<TagsT>(value));
203 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
205 m_tagsHasBeenSet =
true;
206 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
216 template <
typename StoreOptionsT = StoreOptions>
218 m_storeOptionsHasBeenSet =
true;
219 m_storeOptions = std::forward<StoreOptionsT>(value);
221 template <
typename StoreOptionsT = StoreOptions>
234 m_storeFormatHasBeenSet =
true;
235 m_storeFormat = value;
248 template <
typename StatusMessageT = Aws::String>
250 m_statusMessageHasBeenSet =
true;
251 m_statusMessage = std::forward<StatusMessageT>(value);
253 template <
typename StatusMessageT = Aws::String>
266 m_storeSizeBytesHasBeenSet =
true;
267 m_storeSizeBytes = value;
281 m_numVersionsHasBeenSet =
true;
282 m_numVersions = value;
293 template <
typename RequestIdT = Aws::String>
295 m_requestIdHasBeenSet =
true;
296 m_requestId = std::forward<RequestIdT>(value);
298 template <
typename RequestIdT = Aws::String>
319 SseConfig m_sseConfig;
327 StoreOptions m_storeOptions;
333 long long m_storeSizeBytes{0};
335 int m_numVersions{0};
339 bool m_idHasBeenSet =
false;
340 bool m_referenceHasBeenSet =
false;
341 bool m_statusHasBeenSet =
false;
342 bool m_storeArnHasBeenSet =
false;
343 bool m_nameHasBeenSet =
false;
344 bool m_descriptionHasBeenSet =
false;
345 bool m_sseConfigHasBeenSet =
false;
346 bool m_creationTimeHasBeenSet =
false;
347 bool m_updateTimeHasBeenSet =
false;
348 bool m_tagsHasBeenSet =
false;
349 bool m_storeOptionsHasBeenSet =
false;
350 bool m_storeFormatHasBeenSet =
false;
351 bool m_statusMessageHasBeenSet =
false;
352 bool m_storeSizeBytesHasBeenSet =
false;
353 bool m_numVersionsHasBeenSet =
false;
354 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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