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/StoreStatus.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename ReferenceT = ReferenceItem>
64 m_referenceHasBeenSet =
true;
65 m_reference = std::forward<ReferenceT>(value);
67 template <
typename ReferenceT = ReferenceItem>
81 m_statusHasBeenSet =
true;
96 template <
typename StoreArnT = Aws::String>
98 m_storeArnHasBeenSet =
true;
99 m_storeArn = std::forward<StoreArnT>(value);
101 template <
typename StoreArnT = Aws::String>
114 template <
typename NameT = Aws::String>
116 m_nameHasBeenSet =
true;
117 m_name = std::forward<NameT>(value);
119 template <
typename NameT = Aws::String>
121 SetName(std::forward<NameT>(value));
132 template <
typename DescriptionT = Aws::String>
134 m_descriptionHasBeenSet =
true;
135 m_description = std::forward<DescriptionT>(value);
137 template <
typename DescriptionT = Aws::String>
150 template <
typename SseConfigT = SseConfig>
152 m_sseConfigHasBeenSet =
true;
153 m_sseConfig = std::forward<SseConfigT>(value);
155 template <
typename SseConfigT = SseConfig>
168 template <
typename CreationTimeT = Aws::Utils::DateTime>
170 m_creationTimeHasBeenSet =
true;
171 m_creationTime = std::forward<CreationTimeT>(value);
173 template <
typename CreationTimeT = Aws::Utils::DateTime>
186 template <
typename UpdateTimeT = Aws::Utils::DateTime>
188 m_updateTimeHasBeenSet =
true;
189 m_updateTime = std::forward<UpdateTimeT>(value);
191 template <
typename UpdateTimeT = Aws::Utils::DateTime>
204 template <
typename StatusMessageT = Aws::String>
206 m_statusMessageHasBeenSet =
true;
207 m_statusMessage = std::forward<StatusMessageT>(value);
209 template <
typename StatusMessageT = Aws::String>
223 m_storeSizeBytesHasBeenSet =
true;
224 m_storeSizeBytes = value;
244 SseConfig m_sseConfig;
252 long long m_storeSizeBytes{0};
253 bool m_idHasBeenSet =
false;
254 bool m_referenceHasBeenSet =
false;
255 bool m_statusHasBeenSet =
false;
256 bool m_storeArnHasBeenSet =
false;
257 bool m_nameHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_sseConfigHasBeenSet =
false;
260 bool m_creationTimeHasBeenSet =
false;
261 bool m_updateTimeHasBeenSet =
false;
262 bool m_statusMessageHasBeenSet =
false;
263 bool m_storeSizeBytesHasBeenSet =
false;
AWS_OMICS_API VariantStoreItem(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
bool StoreSizeBytesHasBeenSet() const
bool ReferenceHasBeenSet() const
VariantStoreItem & WithStatus(StoreStatus value)
bool NameHasBeenSet() const
bool IdHasBeenSet() const
bool StatusMessageHasBeenSet() const
VariantStoreItem & WithStatusMessage(StatusMessageT &&value)
bool StatusHasBeenSet() const
void SetSseConfig(SseConfigT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
const Aws::String & GetDescription() const
void SetStoreSizeBytes(long long value)
bool StoreArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetStoreArn() const
VariantStoreItem & WithId(IdT &&value)
void SetStoreArn(StoreArnT &&value)
const Aws::String & GetName() const
VariantStoreItem & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
const SseConfig & GetSseConfig() const
void SetCreationTime(CreationTimeT &&value)
void SetStatusMessage(StatusMessageT &&value)
void SetDescription(DescriptionT &&value)
VariantStoreItem & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
VariantStoreItem & WithStoreArn(StoreArnT &&value)
bool UpdateTimeHasBeenSet() const
StoreStatus GetStatus() const
long long GetStoreSizeBytes() const
const ReferenceItem & GetReference() const
void SetName(NameT &&value)
AWS_OMICS_API VariantStoreItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(StoreStatus value)
bool SseConfigHasBeenSet() const
VariantStoreItem & WithCreationTime(CreationTimeT &&value)
void SetReference(ReferenceT &&value)
const Aws::String & GetStatusMessage() const
VariantStoreItem & WithReference(ReferenceT &&value)
VariantStoreItem & WithUpdateTime(UpdateTimeT &&value)
void SetUpdateTime(UpdateTimeT &&value)
VariantStoreItem & WithStoreSizeBytes(long long value)
AWS_OMICS_API VariantStoreItem()=default
VariantStoreItem & WithSseConfig(SseConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue