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/StoreFormat.h>
12#include <aws/omics/model/SseConfig.h>
13#include <aws/core/utils/DateTime.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
63 template<
typename ReferenceT = ReferenceItem>
64 void SetReference(ReferenceT&& value) { m_referenceHasBeenSet =
true; m_reference = std::forward<ReferenceT>(value); }
65 template<
typename ReferenceT = ReferenceItem>
85 template<
typename StoreArnT = Aws::String>
86 void SetStoreArn(StoreArnT&& value) { m_storeArnHasBeenSet =
true; m_storeArn = std::forward<StoreArnT>(value); }
87 template<
typename StoreArnT = Aws::String>
97 template<
typename NameT = Aws::String>
98 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
99 template<
typename NameT = Aws::String>
119 template<
typename DescriptionT = Aws::String>
120 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
121 template<
typename DescriptionT = Aws::String>
131 template<
typename SseConfigT = SseConfig>
132 void SetSseConfig(SseConfigT&& value) { m_sseConfigHasBeenSet =
true; m_sseConfig = std::forward<SseConfigT>(value); }
133 template<
typename SseConfigT = SseConfig>
143 template<
typename CreationTimeT = Aws::Utils::DateTime>
144 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
145 template<
typename CreationTimeT = Aws::Utils::DateTime>
155 template<
typename UpdateTimeT = Aws::Utils::DateTime>
156 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
157 template<
typename UpdateTimeT = Aws::Utils::DateTime>
167 template<
typename StatusMessageT = Aws::String>
168 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
169 template<
typename StatusMessageT = Aws::String>
179 inline void SetStoreSizeBytes(
long long value) { m_storeSizeBytesHasBeenSet =
true; m_storeSizeBytes = value; }
185 bool m_idHasBeenSet =
false;
188 bool m_referenceHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
194 bool m_storeArnHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
200 bool m_storeFormatHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
205 SseConfig m_sseConfig;
206 bool m_sseConfigHasBeenSet =
false;
209 bool m_creationTimeHasBeenSet =
false;
212 bool m_updateTimeHasBeenSet =
false;
215 bool m_statusMessageHasBeenSet =
false;
217 long long m_storeSizeBytes{0};
218 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