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/StoreStatus.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 ReferenceT = ReferenceItem>
59 m_referenceHasBeenSet =
true;
60 m_reference = std::forward<ReferenceT>(value);
62 template <
typename ReferenceT = ReferenceItem>
75 m_statusHasBeenSet =
true;
89 template <
typename StoreArnT = Aws::String>
91 m_storeArnHasBeenSet =
true;
92 m_storeArn = std::forward<StoreArnT>(value);
94 template <
typename StoreArnT = Aws::String>
106 template <
typename NameT = Aws::String>
108 m_nameHasBeenSet =
true;
109 m_name = std::forward<NameT>(value);
111 template <
typename NameT = Aws::String>
113 SetName(std::forward<NameT>(value));
123 template <
typename DescriptionT = Aws::String>
125 m_descriptionHasBeenSet =
true;
126 m_description = std::forward<DescriptionT>(value);
128 template <
typename DescriptionT = Aws::String>
140 template <
typename SseConfigT = SseConfig>
142 m_sseConfigHasBeenSet =
true;
143 m_sseConfig = std::forward<SseConfigT>(value);
145 template <
typename SseConfigT = SseConfig>
157 template <
typename CreationTimeT = Aws::Utils::DateTime>
159 m_creationTimeHasBeenSet =
true;
160 m_creationTime = std::forward<CreationTimeT>(value);
162 template <
typename CreationTimeT = Aws::Utils::DateTime>
174 template <
typename UpdateTimeT = Aws::Utils::DateTime>
176 m_updateTimeHasBeenSet =
true;
177 m_updateTime = std::forward<UpdateTimeT>(value);
179 template <
typename UpdateTimeT = Aws::Utils::DateTime>
191 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
193 m_tagsHasBeenSet =
true;
194 m_tags = std::forward<TagsT>(value);
196 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
198 SetTags(std::forward<TagsT>(value));
201 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
203 m_tagsHasBeenSet =
true;
204 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
214 template <
typename StatusMessageT = Aws::String>
216 m_statusMessageHasBeenSet =
true;
217 m_statusMessage = std::forward<StatusMessageT>(value);
219 template <
typename StatusMessageT = Aws::String>
232 m_storeSizeBytesHasBeenSet =
true;
233 m_storeSizeBytes = value;
244 template <
typename RequestIdT = Aws::String>
246 m_requestIdHasBeenSet =
true;
247 m_requestId = std::forward<RequestIdT>(value);
249 template <
typename RequestIdT = Aws::String>
270 SseConfig m_sseConfig;
280 long long m_storeSizeBytes{0};
284 bool m_idHasBeenSet =
false;
285 bool m_referenceHasBeenSet =
false;
286 bool m_statusHasBeenSet =
false;
287 bool m_storeArnHasBeenSet =
false;
288 bool m_nameHasBeenSet =
false;
289 bool m_descriptionHasBeenSet =
false;
290 bool m_sseConfigHasBeenSet =
false;
291 bool m_creationTimeHasBeenSet =
false;
292 bool m_updateTimeHasBeenSet =
false;
293 bool m_tagsHasBeenSet =
false;
294 bool m_statusMessageHasBeenSet =
false;
295 bool m_storeSizeBytesHasBeenSet =
false;
296 bool m_requestIdHasBeenSet =
false;
GetVariantStoreResult & WithReference(ReferenceT &&value)
AWS_OMICS_API GetVariantStoreResult()=default
void SetStoreSizeBytes(long long value)
const Aws::Utils::DateTime & GetCreationTime() const
const SseConfig & GetSseConfig() const
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::String & GetRequestId() const
GetVariantStoreResult & WithTags(TagsT &&value)
void SetSseConfig(SseConfigT &&value)
const Aws::String & GetStatusMessage() const
void SetStatusMessage(StatusMessageT &&value)
void SetDescription(DescriptionT &&value)
GetVariantStoreResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetId() const
const Aws::String & GetDescription() const
const ReferenceItem & GetReference() const
void SetRequestId(RequestIdT &&value)
GetVariantStoreResult & WithName(NameT &&value)
GetVariantStoreResult & WithStoreSizeBytes(long long value)
const Aws::String & GetStoreArn() const
StoreStatus GetStatus() const
GetVariantStoreResult & WithCreationTime(CreationTimeT &&value)
void SetStoreArn(StoreArnT &&value)
long long GetStoreSizeBytes() const
GetVariantStoreResult & WithId(IdT &&value)
const Aws::String & GetName() const
GetVariantStoreResult & WithStatus(StoreStatus value)
GetVariantStoreResult & WithStatusMessage(StatusMessageT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetCreationTime(CreationTimeT &&value)
AWS_OMICS_API GetVariantStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetVariantStoreResult & WithUpdateTime(UpdateTimeT &&value)
void SetStatus(StoreStatus value)
void SetReference(ReferenceT &&value)
GetVariantStoreResult & WithStoreArn(StoreArnT &&value)
void SetName(NameT &&value)
void SetTags(TagsT &&value)
GetVariantStoreResult & WithSseConfig(SseConfigT &&value)
AWS_OMICS_API GetVariantStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetUpdateTime(UpdateTimeT &&value)
GetVariantStoreResult & WithRequestId(RequestIdT &&value)
GetVariantStoreResult & WithDescription(DescriptionT &&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