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/VersionStatus.h>
42 template <
typename StoreIdT = Aws::String>
44 m_storeIdHasBeenSet =
true;
45 m_storeId = std::forward<StoreIdT>(value);
47 template <
typename StoreIdT = Aws::String>
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
79 m_statusHasBeenSet =
true;
94 template <
typename VersionArnT = Aws::String>
96 m_versionArnHasBeenSet =
true;
97 m_versionArn = std::forward<VersionArnT>(value);
99 template <
typename VersionArnT = Aws::String>
113 template <
typename NameT = Aws::String>
115 m_nameHasBeenSet =
true;
116 m_name = std::forward<NameT>(value);
118 template <
typename NameT = Aws::String>
120 SetName(std::forward<NameT>(value));
131 template <
typename VersionNameT = Aws::String>
133 m_versionNameHasBeenSet =
true;
134 m_versionName = std::forward<VersionNameT>(value);
136 template <
typename VersionNameT = Aws::String>
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 CreationTimeT = Aws::Utils::DateTime>
169 m_creationTimeHasBeenSet =
true;
170 m_creationTime = std::forward<CreationTimeT>(value);
172 template <
typename CreationTimeT = Aws::Utils::DateTime>
185 template <
typename UpdateTimeT = Aws::Utils::DateTime>
187 m_updateTimeHasBeenSet =
true;
188 m_updateTime = std::forward<UpdateTimeT>(value);
190 template <
typename UpdateTimeT = Aws::Utils::DateTime>
203 template <
typename StatusMessageT = Aws::String>
205 m_statusMessageHasBeenSet =
true;
206 m_statusMessage = std::forward<StatusMessageT>(value);
208 template <
typename StatusMessageT = Aws::String>
222 m_versionSizeBytesHasBeenSet =
true;
223 m_versionSizeBytes = value;
251 long long m_versionSizeBytes{0};
252 bool m_storeIdHasBeenSet =
false;
253 bool m_idHasBeenSet =
false;
254 bool m_statusHasBeenSet =
false;
255 bool m_versionArnHasBeenSet =
false;
256 bool m_nameHasBeenSet =
false;
257 bool m_versionNameHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_creationTimeHasBeenSet =
false;
260 bool m_updateTimeHasBeenSet =
false;
261 bool m_statusMessageHasBeenSet =
false;
262 bool m_versionSizeBytesHasBeenSet =
false;
AnnotationStoreVersionItem & WithName(NameT &&value)
AWS_OMICS_API AnnotationStoreVersionItem()=default
void SetName(NameT &&value)
bool VersionNameHasBeenSet() const
bool VersionSizeBytesHasBeenSet() const
void SetStatus(VersionStatus value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetDescription(DescriptionT &&value)
void SetUpdateTime(UpdateTimeT &&value)
AnnotationStoreVersionItem & WithVersionSizeBytes(long long value)
void SetVersionSizeBytes(long long value)
AnnotationStoreVersionItem & WithCreationTime(CreationTimeT &&value)
bool StoreIdHasBeenSet() const
AnnotationStoreVersionItem & WithId(IdT &&value)
AnnotationStoreVersionItem & WithStoreId(StoreIdT &&value)
bool CreationTimeHasBeenSet() const
bool StatusMessageHasBeenSet() const
bool VersionArnHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetVersionArn() const
bool DescriptionHasBeenSet() const
AWS_OMICS_API AnnotationStoreVersionItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
long long GetVersionSizeBytes() const
VersionStatus GetStatus() const
AnnotationStoreVersionItem & WithStatus(VersionStatus value)
void SetVersionName(VersionNameT &&value)
AnnotationStoreVersionItem & WithVersionArn(VersionArnT &&value)
void SetVersionArn(VersionArnT &&value)
AnnotationStoreVersionItem & WithDescription(DescriptionT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
AnnotationStoreVersionItem & WithStatusMessage(StatusMessageT &&value)
const Aws::String & GetId() const
const Aws::String & GetStoreId() const
AnnotationStoreVersionItem & WithVersionName(VersionNameT &&value)
const Aws::String & GetVersionName() const
bool IdHasBeenSet() const
void SetStoreId(StoreIdT &&value)
const Aws::String & GetStatusMessage() const
AnnotationStoreVersionItem & WithUpdateTime(UpdateTimeT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::String & GetDescription() const
bool UpdateTimeHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::String & GetName() const
void SetStatusMessage(StatusMessageT &&value)
AWS_OMICS_API AnnotationStoreVersionItem(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue