Class AnnotationStoreItem
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.AnnotationStoreItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnnotationStoreItem.Builder,AnnotationStoreItem>
@Generated("software.amazon.awssdk:codegen") public final class AnnotationStoreItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnnotationStoreItem.Builder,AnnotationStoreItem>
An annotation store.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnnotationStoreItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnnotationStoreItem.Builderbuilder()InstantcreationTime()The store's creation time.Stringdescription()The store's description.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 AnnotationStoreItem.Builder>serializableBuilderClass()SseConfigsseConfig()The store's server-side encryption (SSE) settings.StoreStatusstatus()The store's status.StringstatusAsString()The store's status.StringstatusMessage()The store's status message.StringstoreArn()The store's ARN.StoreFormatstoreFormat()The store's file format.StringstoreFormatAsString()The store's file format.LongstoreSizeBytes()The store's size in bytes.AnnotationStoreItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()When the store was updated.-
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.
- Returns:
- The store's genome reference.
-
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
-
storeArn
public final String storeArn()
The store's ARN.
- Returns:
- The store's ARN.
-
name
public final String name()
The store's name.
- Returns:
- The store's name.
-
storeFormat
public final StoreFormat storeFormat()
The store's file format.
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 store's file format.
- See Also:
StoreFormat
-
storeFormatAsString
public final String storeFormatAsString()
The store's file format.
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 store's file format.
- See Also:
StoreFormat
-
description
public final String description()
The store's description.
- Returns:
- The store's description.
-
sseConfig
public final SseConfig sseConfig()
The store's server-side encryption (SSE) settings.
- Returns:
- The store's server-side encryption (SSE) settings.
-
creationTime
public final Instant creationTime()
The store's creation time.
- Returns:
- The store's creation time.
-
updateTime
public final Instant updateTime()
When the store was updated.
- Returns:
- When the store was updated.
-
statusMessage
public final String statusMessage()
The store's status message.
- Returns:
- The store's status message.
-
storeSizeBytes
public final Long storeSizeBytes()
The store's size in bytes.
- Returns:
- The store's size in bytes.
-
toBuilder
public AnnotationStoreItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnnotationStoreItem.Builder,AnnotationStoreItem>
-
builder
public static AnnotationStoreItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnnotationStoreItem.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-