7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/ReferenceItem.h>
10#include <aws/omics/model/StoreStatus.h>
11#include <aws/omics/model/SseConfig.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/omics/model/StoreOptions.h>
15#include <aws/omics/model/StoreFormat.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
58 template<
typename ReferenceT = ReferenceItem>
59 void SetReference(ReferenceT&& value) { m_referenceHasBeenSet =
true; m_reference = std::forward<ReferenceT>(value); }
60 template<
typename ReferenceT = ReferenceItem>
78 template<
typename StoreArnT = Aws::String>
79 void SetStoreArn(StoreArnT&& value) { m_storeArnHasBeenSet =
true; m_storeArn = std::forward<StoreArnT>(value); }
80 template<
typename StoreArnT = Aws::String>
89 template<
typename NameT = Aws::String>
90 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
91 template<
typename NameT = Aws::String>
100 template<
typename DescriptionT = Aws::String>
101 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
102 template<
typename DescriptionT = Aws::String>
111 template<
typename SseConfigT = SseConfig>
112 void SetSseConfig(SseConfigT&& value) { m_sseConfigHasBeenSet =
true; m_sseConfig = std::forward<SseConfigT>(value); }
113 template<
typename SseConfigT = SseConfig>
122 template<
typename CreationTimeT = Aws::Utils::DateTime>
123 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
124 template<
typename CreationTimeT = Aws::Utils::DateTime>
133 template<
typename UpdateTimeT = Aws::Utils::DateTime>
134 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
135 template<
typename UpdateTimeT = Aws::Utils::DateTime>
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
145 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
146 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
150 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
159 template<
typename StoreOptionsT = StoreOptions>
160 void SetStoreOptions(StoreOptionsT&& value) { m_storeOptionsHasBeenSet =
true; m_storeOptions = std::forward<StoreOptionsT>(value); }
161 template<
typename StoreOptionsT = StoreOptions>
179 template<
typename StatusMessageT = Aws::String>
180 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
181 template<
typename StatusMessageT = Aws::String>
190 inline void SetStoreSizeBytes(
long long value) { m_storeSizeBytesHasBeenSet =
true; m_storeSizeBytes = value; }
199 inline void SetNumVersions(
int value) { m_numVersionsHasBeenSet =
true; m_numVersions = value; }
206 template<
typename RequestIdT = Aws::String>
207 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
208 template<
typename RequestIdT = Aws::String>
214 bool m_idHasBeenSet =
false;
217 bool m_referenceHasBeenSet =
false;
220 bool m_statusHasBeenSet =
false;
223 bool m_storeArnHasBeenSet =
false;
226 bool m_nameHasBeenSet =
false;
229 bool m_descriptionHasBeenSet =
false;
231 SseConfig m_sseConfig;
232 bool m_sseConfigHasBeenSet =
false;
235 bool m_creationTimeHasBeenSet =
false;
238 bool m_updateTimeHasBeenSet =
false;
241 bool m_tagsHasBeenSet =
false;
243 StoreOptions m_storeOptions;
244 bool m_storeOptionsHasBeenSet =
false;
247 bool m_storeFormatHasBeenSet =
false;
250 bool m_statusMessageHasBeenSet =
false;
252 long long m_storeSizeBytes{0};
253 bool m_storeSizeBytesHasBeenSet =
false;
255 int m_numVersions{0};
256 bool m_numVersionsHasBeenSet =
false;
259 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