@Generated(value="software.amazon.awssdk:codegen") public final class AnnotationStoreVersionItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnnotationStoreVersionItem.Builder,AnnotationStoreVersionItem>
Annotation store versions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnnotationStoreVersionItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationStoreVersionItem.Builder |
builder() |
Instant |
creationTime()
The time stamp for when an annotation store version was created.
|
String |
description()
The description of an annotation store version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The annotation store version ID.
|
String |
name()
A name given to an annotation store version to distinguish it from others.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnnotationStoreVersionItem.Builder> |
serializableBuilderClass() |
VersionStatus |
status()
The status of an annotation store version.
|
String |
statusAsString()
The status of an annotation store version.
|
String |
statusMessage()
The status of an annotation store version.
|
String |
storeId()
The store ID for an annotation store version.
|
AnnotationStoreVersionItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time stamp for when an annotation store version was updated.
|
String |
versionArn()
The Arn for an annotation store version.
|
String |
versionName()
The name of an annotation store version.
|
Long |
versionSizeBytes()
The size of an annotation store version in Bytes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String storeId()
The store ID for an annotation store version.
public final String id()
The annotation store version ID.
public final VersionStatus status()
The status of an annotation store version.
If the service returns an enum value that is not available in the current SDK version, status will
return VersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
VersionStatuspublic final String statusAsString()
The status of an annotation store version.
If the service returns an enum value that is not available in the current SDK version, status will
return VersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
VersionStatuspublic final String versionArn()
The Arn for an annotation store version.
public final String name()
A name given to an annotation store version to distinguish it from others.
public final String versionName()
The name of an annotation store version.
public final String description()
The description of an annotation store version.
public final Instant creationTime()
The time stamp for when an annotation store version was created.
public final Instant updateTime()
The time stamp for when an annotation store version was updated.
public final String statusMessage()
The status of an annotation store version.
public final Long versionSizeBytes()
The size of an annotation store version in Bytes.
public AnnotationStoreVersionItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnnotationStoreVersionItem.Builder,AnnotationStoreVersionItem>public static AnnotationStoreVersionItem.Builder builder()
public static Class<? extends AnnotationStoreVersionItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.