7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/VersionStatus.h>
10#include <aws/core/utils/DateTime.h>
50 inline void SetStoreId(
const char* value) { m_storeIdHasBeenSet =
true; m_storeId.assign(value); }
63 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
64 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
90 inline void SetVersionArn(
const char* value) { m_versionArnHasBeenSet =
true; m_versionArn.assign(value); }
105 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
119 inline void SetVersionName(
const char* value) { m_versionNameHasBeenSet =
true; m_versionName.assign(value); }
133 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
171 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
183 inline void SetVersionSizeBytes(
long long value) { m_versionSizeBytesHasBeenSet =
true; m_versionSizeBytes = value; }
189 bool m_storeIdHasBeenSet =
false;
192 bool m_idHasBeenSet =
false;
195 bool m_statusHasBeenSet =
false;
198 bool m_versionArnHasBeenSet =
false;
201 bool m_nameHasBeenSet =
false;
204 bool m_versionNameHasBeenSet =
false;
207 bool m_descriptionHasBeenSet =
false;
210 bool m_creationTimeHasBeenSet =
false;
213 bool m_updateTimeHasBeenSet =
false;
216 bool m_statusMessageHasBeenSet =
false;
218 long long m_versionSizeBytes;
219 bool m_versionSizeBytesHasBeenSet =
false;
void SetStatus(VersionStatus &&value)
void SetStatusMessage(const char *value)
AnnotationStoreVersionItem & WithId(Aws::String &&value)
void SetName(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
AnnotationStoreVersionItem & WithStoreId(Aws::String &&value)
AnnotationStoreVersionItem & WithName(Aws::String &&value)
bool VersionNameHasBeenSet() const
void SetDescription(const char *value)
AnnotationStoreVersionItem & WithStatus(const VersionStatus &value)
AnnotationStoreVersionItem & WithCreationTime(Aws::Utils::DateTime &&value)
AnnotationStoreVersionItem & WithStoreId(const char *value)
AnnotationStoreVersionItem & WithVersionName(Aws::String &&value)
void SetStoreId(const Aws::String &value)
AnnotationStoreVersionItem & WithVersionArn(Aws::String &&value)
void SetStatusMessage(Aws::String &&value)
bool VersionSizeBytesHasBeenSet() const
AnnotationStoreVersionItem & WithVersionName(const char *value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetVersionName(Aws::String &&value)
AnnotationStoreVersionItem & WithVersionArn(const Aws::String &value)
AnnotationStoreVersionItem & WithVersionSizeBytes(long long value)
void SetVersionSizeBytes(long long value)
AnnotationStoreVersionItem & WithDescription(Aws::String &&value)
bool StoreIdHasBeenSet() const
bool CreationTimeHasBeenSet() const
bool StatusMessageHasBeenSet() const
void SetVersionArn(const char *value)
AnnotationStoreVersionItem & WithVersionArn(const char *value)
bool VersionArnHasBeenSet() const
const Aws::String & GetVersionArn() const
bool DescriptionHasBeenSet() const
AWS_OMICS_API AnnotationStoreVersionItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AnnotationStoreVersionItem & WithName(const char *value)
bool NameHasBeenSet() const
void SetName(const char *value)
long long GetVersionSizeBytes() const
AnnotationStoreVersionItem & WithUpdateTime(const Aws::Utils::DateTime &value)
void SetDescription(Aws::String &&value)
void SetVersionName(const char *value)
AnnotationStoreVersionItem & WithId(const char *value)
void SetName(const Aws::String &value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStoreId(Aws::String &&value)
void SetVersionName(const Aws::String &value)
void SetStatus(const VersionStatus &value)
AnnotationStoreVersionItem & WithName(const Aws::String &value)
void SetUpdateTime(const Aws::Utils::DateTime &value)
void SetDescription(const Aws::String &value)
const Aws::String & GetId() const
void SetStoreId(const char *value)
void SetId(Aws::String &&value)
const Aws::String & GetStoreId() const
const Aws::String & GetVersionName() const
void SetUpdateTime(Aws::Utils::DateTime &&value)
AnnotationStoreVersionItem & WithStatusMessage(const Aws::String &value)
bool IdHasBeenSet() const
AnnotationStoreVersionItem & WithDescription(const Aws::String &value)
AnnotationStoreVersionItem & WithDescription(const char *value)
const Aws::String & GetStatusMessage() const
const VersionStatus & GetStatus() const
AnnotationStoreVersionItem & WithVersionName(const Aws::String &value)
void SetVersionArn(const Aws::String &value)
void SetVersionArn(Aws::String &&value)
AnnotationStoreVersionItem & WithStatusMessage(Aws::String &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetStatusMessage(const Aws::String &value)
const Aws::String & GetDescription() const
void SetId(const char *value)
bool UpdateTimeHasBeenSet() const
bool StatusHasBeenSet() const
AnnotationStoreVersionItem & WithCreationTime(const Aws::Utils::DateTime &value)
AnnotationStoreVersionItem & WithId(const Aws::String &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
AnnotationStoreVersionItem & WithStatus(VersionStatus &&value)
AWS_OMICS_API AnnotationStoreVersionItem()
AnnotationStoreVersionItem & WithStatusMessage(const char *value)
const Aws::String & GetName() const
AnnotationStoreVersionItem & WithStoreId(const Aws::String &value)
void SetId(const Aws::String &value)
AWS_OMICS_API AnnotationStoreVersionItem(Aws::Utils::Json::JsonView jsonValue)
AnnotationStoreVersionItem & WithUpdateTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue