Class CreateAnnotationStoreVersionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.omics.model.OmicsResponse
-
- software.amazon.awssdk.services.omics.model.CreateAnnotationStoreVersionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateAnnotationStoreVersionResponse.Builder,CreateAnnotationStoreVersionResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateAnnotationStoreVersionResponse extends OmicsResponse implements ToCopyableBuilder<CreateAnnotationStoreVersionResponse.Builder,CreateAnnotationStoreVersionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateAnnotationStoreVersionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateAnnotationStoreVersionResponse.Builderbuilder()InstantcreationTime()The time stamp for the creation of an annotation store version.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()A generated ID for the annotation storeStringname()The name given to an annotation store version to distinguish it from other versions.List<SdkField<?>>sdkFields()static Class<? extends CreateAnnotationStoreVersionResponse.Builder>serializableBuilderClass()VersionStatusstatus()The status of a annotation store version.StringstatusAsString()The status of a annotation store version.StringstoreId()The ID for the annotation store from which new versions are being created.CreateAnnotationStoreVersionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionName()The name given to an annotation store version to distinguish it from other versions.VersionOptionsversionOptions()The options for an annotation store version.-
Methods inherited from class software.amazon.awssdk.services.omics.model.OmicsResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
A generated ID for the annotation store
- Returns:
- A generated ID for the annotation store
-
versionName
public final String versionName()
The name given to an annotation store version to distinguish it from other versions.
- Returns:
- The name given to an annotation store version to distinguish it from other versions.
-
storeId
public final String storeId()
The ID for the annotation store from which new versions are being created.
- Returns:
- The ID for the annotation store from which new versions are being created.
-
versionOptions
public final VersionOptions versionOptions()
The options for an annotation store version.
- Returns:
- The options for an annotation store version.
-
name
public final String name()
The name given to an annotation store version to distinguish it from other versions.
- Returns:
- The name given to an annotation store version to distinguish it from other versions.
-
status
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,
statuswill returnVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a annotation store version.
- See Also:
VersionStatus
-
statusAsString
public 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,
statuswill returnVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a annotation store version.
- See Also:
VersionStatus
-
creationTime
public final Instant creationTime()
The time stamp for the creation of an annotation store version.
- Returns:
- The time stamp for the creation of an annotation store version.
-
toBuilder
public CreateAnnotationStoreVersionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateAnnotationStoreVersionResponse.Builder,CreateAnnotationStoreVersionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateAnnotationStoreVersionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateAnnotationStoreVersionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-