7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/ReferenceItem.h>
11#include <aws/omics/model/SseConfig.h>
12#include <aws/omics/model/StoreFormat.h>
13#include <aws/omics/model/StoreStatus.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename ReferenceT = ReferenceItem>
65 m_referenceHasBeenSet =
true;
66 m_reference = std::forward<ReferenceT>(value);
68 template <
typename ReferenceT = ReferenceItem>
82 m_statusHasBeenSet =
true;
97 template <
typename StoreArnT = Aws::String>
99 m_storeArnHasBeenSet =
true;
100 m_storeArn = std::forward<StoreArnT>(value);
102 template <
typename StoreArnT = Aws::String>
115 template <
typename NameT = Aws::String>
117 m_nameHasBeenSet =
true;
118 m_name = std::forward<NameT>(value);
120 template <
typename NameT = Aws::String>
122 SetName(std::forward<NameT>(value));
134 m_storeFormatHasBeenSet =
true;
135 m_storeFormat = value;
149 template <
typename DescriptionT = Aws::String>
151 m_descriptionHasBeenSet =
true;
152 m_description = std::forward<DescriptionT>(value);
154 template <
typename DescriptionT = Aws::String>
167 template <
typename SseConfigT = SseConfig>
169 m_sseConfigHasBeenSet =
true;
170 m_sseConfig = std::forward<SseConfigT>(value);
172 template <
typename SseConfigT = SseConfig>
185 template <
typename CreationTimeT = Aws::Utils::DateTime>
187 m_creationTimeHasBeenSet =
true;
188 m_creationTime = std::forward<CreationTimeT>(value);
190 template <
typename CreationTimeT = Aws::Utils::DateTime>
203 template <
typename UpdateTimeT = Aws::Utils::DateTime>
205 m_updateTimeHasBeenSet =
true;
206 m_updateTime = std::forward<UpdateTimeT>(value);
208 template <
typename UpdateTimeT = Aws::Utils::DateTime>
221 template <
typename StatusMessageT = Aws::String>
223 m_statusMessageHasBeenSet =
true;
224 m_statusMessage = std::forward<StatusMessageT>(value);
226 template <
typename StatusMessageT = Aws::String>
240 m_storeSizeBytesHasBeenSet =
true;
241 m_storeSizeBytes = value;
263 SseConfig m_sseConfig;
271 long long m_storeSizeBytes{0};
272 bool m_idHasBeenSet =
false;
273 bool m_referenceHasBeenSet =
false;
274 bool m_statusHasBeenSet =
false;
275 bool m_storeArnHasBeenSet =
false;
276 bool m_nameHasBeenSet =
false;
277 bool m_storeFormatHasBeenSet =
false;
278 bool m_descriptionHasBeenSet =
false;
279 bool m_sseConfigHasBeenSet =
false;
280 bool m_creationTimeHasBeenSet =
false;
281 bool m_updateTimeHasBeenSet =
false;
282 bool m_statusMessageHasBeenSet =
false;
283 bool m_storeSizeBytesHasBeenSet =
false;
AWS_OMICS_API AnnotationStoreItem(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API AnnotationStoreItem()=default
AnnotationStoreItem & WithStoreSizeBytes(long long value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
StoreStatus GetStatus() const
AnnotationStoreItem & WithStatus(StoreStatus value)
const Aws::String & GetStatusMessage() const
bool ReferenceHasBeenSet() const
AnnotationStoreItem & WithStoreFormat(StoreFormat value)
AnnotationStoreItem & WithId(IdT &&value)
AnnotationStoreItem & WithCreationTime(CreationTimeT &&value)
void SetStoreSizeBytes(long long value)
const ReferenceItem & GetReference() const
AnnotationStoreItem & WithName(NameT &&value)
void SetStatus(StoreStatus value)
void SetSseConfig(SseConfigT &&value)
void SetUpdateTime(UpdateTimeT &&value)
bool StoreArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
bool SseConfigHasBeenSet() const
const SseConfig & GetSseConfig() const
AnnotationStoreItem & WithDescription(DescriptionT &&value)
bool StatusHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetStoreArn(StoreArnT &&value)
AnnotationStoreItem & WithStoreArn(StoreArnT &&value)
bool StatusMessageHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetId() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
bool StoreFormatHasBeenSet() const
AnnotationStoreItem & WithUpdateTime(UpdateTimeT &&value)
bool UpdateTimeHasBeenSet() const
bool NameHasBeenSet() const
AWS_OMICS_API AnnotationStoreItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdateTime() const
AnnotationStoreItem & WithStatusMessage(StatusMessageT &&value)
void SetReference(ReferenceT &&value)
void SetStoreFormat(StoreFormat value)
const Aws::String & GetStoreArn() const
const Aws::Utils::DateTime & GetCreationTime() const
long long GetStoreSizeBytes() const
void SetStatusMessage(StatusMessageT &&value)
bool StoreSizeBytesHasBeenSet() const
bool IdHasBeenSet() const
AnnotationStoreItem & WithSseConfig(SseConfigT &&value)
AnnotationStoreItem & WithReference(ReferenceT &&value)
StoreFormat GetStoreFormat() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue