Class CreateAnnotationStoreResponse
- 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.CreateAnnotationStoreResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateAnnotationStoreResponse.Builder,CreateAnnotationStoreResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateAnnotationStoreResponse extends OmicsResponse implements ToCopyableBuilder<CreateAnnotationStoreResponse.Builder,CreateAnnotationStoreResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateAnnotationStoreResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateAnnotationStoreResponse.Builderbuilder()InstantcreationTime()When the store was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The store's ID.Stringname()The store's name.ReferenceItemreference()The store's genome reference.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateAnnotationStoreResponse.Builder>serializableBuilderClass()StoreStatusstatus()The store's status.StringstatusAsString()The store's status.StoreFormatstoreFormat()The annotation file format of the store.StringstoreFormatAsString()The annotation file format of the store.StoreOptionsstoreOptions()The store's file parsing options.CreateAnnotationStoreResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionName()The name given to an annotation store version to distinguish it from other versions.-
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()
The store's ID.
- Returns:
- The store's ID.
-
reference
public final ReferenceItem reference()
The store's genome reference. Required for all stores except TSV format with generic annotations.
- Returns:
- The store's genome reference. Required for all stores except TSV format with generic annotations.
-
storeFormat
public final StoreFormat storeFormat()
The annotation file format of the store.
If the service returns an enum value that is not available in the current SDK version,
storeFormatwill returnStoreFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstoreFormatAsString().- Returns:
- The annotation file format of the store.
- See Also:
StoreFormat
-
storeFormatAsString
public final String storeFormatAsString()
The annotation file format of the store.
If the service returns an enum value that is not available in the current SDK version,
storeFormatwill returnStoreFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstoreFormatAsString().- Returns:
- The annotation file format of the store.
- See Also:
StoreFormat
-
storeOptions
public final StoreOptions storeOptions()
The store's file parsing options.
- Returns:
- The store's file parsing options.
-
status
public final StoreStatus status()
The store's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The store's status.
- See Also:
StoreStatus
-
statusAsString
public final String statusAsString()
The store's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The store's status.
- See Also:
StoreStatus
-
name
public final String name()
The store's name.
- Returns:
- The store's name.
-
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.
-
creationTime
public final Instant creationTime()
When the store was created.
- Returns:
- When the store was created.
-
toBuilder
public CreateAnnotationStoreResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateAnnotationStoreResponse.Builder,CreateAnnotationStoreResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateAnnotationStoreResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateAnnotationStoreResponse.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-