@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAnnotationStoreVersionResponse extends OmicsResponse implements ToCopyableBuilder<UpdateAnnotationStoreVersionResponse.Builder,UpdateAnnotationStoreVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAnnotationStoreVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAnnotationStoreVersionResponse.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()
The name of an annotation store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAnnotationStoreVersionResponse.Builder> |
serializableBuilderClass() |
VersionStatus |
status()
The status of an annotation store version.
|
String |
statusAsString()
The status of an annotation store version.
|
String |
storeId()
The annotation store ID.
|
UpdateAnnotationStoreVersionResponse.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 |
versionName()
The name of an annotation store version.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String storeId()
The annotation store ID.
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 name()
The name of an annotation store.
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 UpdateAnnotationStoreVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAnnotationStoreVersionResponse.Builder,UpdateAnnotationStoreVersionResponse>toBuilder in class AwsResponsepublic static UpdateAnnotationStoreVersionResponse.Builder builder()
public static Class<? extends UpdateAnnotationStoreVersionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.