@Generated(value="software.amazon.awssdk:codegen") public final class CreateAnnotationStoreVersionResponse extends OmicsResponse implements ToCopyableBuilder<CreateAnnotationStoreVersionResponse.Builder,CreateAnnotationStoreVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAnnotationStoreVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateAnnotationStoreVersionResponse.Builder |
builder() |
Instant |
creationTime()
The time stamp for the creation 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()
A generated ID for the annotation store
|
String |
name()
The name given to an annotation store version to distinguish it from other versions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateAnnotationStoreVersionResponse.Builder> |
serializableBuilderClass() |
VersionStatus |
status()
The status of a annotation store version.
|
String |
statusAsString()
The status of a annotation store version.
|
String |
storeId()
The ID for the annotation store from which new versions are being created.
|
CreateAnnotationStoreVersionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionName()
The name given to an annotation store version to distinguish it from other versions.
|
VersionOptions |
versionOptions()
The options for an annotation store version.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
A generated ID for the annotation store
public final String versionName()
The name given to an annotation store version to distinguish it from other versions.
public final String storeId()
The ID for the annotation store from which new versions are being created.
public final VersionOptions versionOptions()
The options for an annotation store version.
public final String name()
The name given to an annotation store version to distinguish it from other versions.
public final VersionStatus status()
The status of a 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 a 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 Instant creationTime()
The time stamp for the creation of an annotation store version.
public CreateAnnotationStoreVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAnnotationStoreVersionResponse.Builder,CreateAnnotationStoreVersionResponse>toBuilder in class AwsResponsepublic static CreateAnnotationStoreVersionResponse.Builder builder()
public static Class<? extends CreateAnnotationStoreVersionResponse.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.