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/StoreStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
56 template <
typename ReferenceT = ReferenceItem>
58 m_referenceHasBeenSet =
true;
59 m_reference = std::forward<ReferenceT>(value);
61 template <
typename ReferenceT = ReferenceItem>
74 m_statusHasBeenSet =
true;
88 template <
typename StoreArnT = Aws::String>
90 m_storeArnHasBeenSet =
true;
91 m_storeArn = std::forward<StoreArnT>(value);
93 template <
typename StoreArnT = Aws::String>
105 template <
typename NameT = Aws::String>
107 m_nameHasBeenSet =
true;
108 m_name = std::forward<NameT>(value);
110 template <
typename NameT = Aws::String>
112 SetName(std::forward<NameT>(value));
122 template <
typename DescriptionT = Aws::String>
124 m_descriptionHasBeenSet =
true;
125 m_description = std::forward<DescriptionT>(value);
127 template <
typename DescriptionT = Aws::String>
139 template <
typename SseConfigT = SseConfig>
141 m_sseConfigHasBeenSet =
true;
142 m_sseConfig = std::forward<SseConfigT>(value);
144 template <
typename SseConfigT = SseConfig>
156 template <
typename CreationTimeT = Aws::Utils::DateTime>
158 m_creationTimeHasBeenSet =
true;
159 m_creationTime = std::forward<CreationTimeT>(value);
161 template <
typename CreationTimeT = Aws::Utils::DateTime>
173 template <
typename UpdateTimeT = Aws::Utils::DateTime>
175 m_updateTimeHasBeenSet =
true;
176 m_updateTime = std::forward<UpdateTimeT>(value);
178 template <
typename UpdateTimeT = Aws::Utils::DateTime>
190 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
192 m_tagsHasBeenSet =
true;
193 m_tags = std::forward<TagsT>(value);
195 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
197 SetTags(std::forward<TagsT>(value));
200 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
202 m_tagsHasBeenSet =
true;
203 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
213 template <
typename StatusMessageT = Aws::String>
215 m_statusMessageHasBeenSet =
true;
216 m_statusMessage = std::forward<StatusMessageT>(value);
218 template <
typename StatusMessageT = Aws::String>
231 m_storeSizeBytesHasBeenSet =
true;
232 m_storeSizeBytes = value;
243 template <
typename RequestIdT = Aws::String>
245 m_requestIdHasBeenSet =
true;
246 m_requestId = std::forward<RequestIdT>(value);
248 template <
typename RequestIdT = Aws::String>
267 SseConfig m_sseConfig;
277 long long m_storeSizeBytes{0};
280 bool m_idHasBeenSet =
false;
281 bool m_referenceHasBeenSet =
false;
282 bool m_statusHasBeenSet =
false;
283 bool m_storeArnHasBeenSet =
false;
284 bool m_nameHasBeenSet =
false;
285 bool m_descriptionHasBeenSet =
false;
286 bool m_sseConfigHasBeenSet =
false;
287 bool m_creationTimeHasBeenSet =
false;
288 bool m_updateTimeHasBeenSet =
false;
289 bool m_tagsHasBeenSet =
false;
290 bool m_statusMessageHasBeenSet =
false;
291 bool m_storeSizeBytesHasBeenSet =
false;
292 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)
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