Class ReferenceListItem
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.ReferenceListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReferenceListItem.Builder,ReferenceListItem>
@Generated("software.amazon.awssdk:codegen") public final class ReferenceListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReferenceListItem.Builder,ReferenceListItem>
A genome reference.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReferenceListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The reference's ARN.static ReferenceListItem.Builderbuilder()InstantcreationTime()When the reference was created.Stringdescription()The reference's description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The reference's ID.Stringmd5()The reference's MD5 checksum.Stringname()The reference's name.StringreferenceStoreId()The reference's store ID.List<SdkField<?>>sdkFields()static Class<? extends ReferenceListItem.Builder>serializableBuilderClass()ReferenceStatusstatus()The reference's status.StringstatusAsString()The reference's status.ReferenceListItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()When the reference 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 reference's ID.
- Returns:
- The reference's ID.
-
arn
public final String arn()
The reference's ARN.
- Returns:
- The reference's ARN.
-
referenceStoreId
public final String referenceStoreId()
The reference's store ID.
- Returns:
- The reference's store ID.
-
md5
public final String md5()
The reference's MD5 checksum.
- Returns:
- The reference's MD5 checksum.
-
status
public final ReferenceStatus status()
The reference's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The reference's status.
- See Also:
ReferenceStatus
-
statusAsString
public final String statusAsString()
The reference's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The reference's status.
- See Also:
ReferenceStatus
-
name
public final String name()
The reference's name.
- Returns:
- The reference's name.
-
description
public final String description()
The reference's description.
- Returns:
- The reference's description.
-
creationTime
public final Instant creationTime()
When the reference was created.
- Returns:
- When the reference was created.
-
updateTime
public final Instant updateTime()
When the reference was updated.
- Returns:
- When the reference was updated.
-
toBuilder
public ReferenceListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReferenceListItem.Builder,ReferenceListItem>
-
builder
public static ReferenceListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReferenceListItem.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.
-
-