Class ReadSetListItem
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.ReadSetListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>
@Generated("software.amazon.awssdk:codegen") public final class ReadSetListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>
A read set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReadSetListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The read set's ARN.static ReadSetListItem.Builderbuilder()InstantcreationTime()When the read set was created.CreationTypecreationType()The creation type of the read set.StringcreationTypeAsString()The creation type of the read set.Stringdescription()The read set's description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ETagetag()The entity tag (ETag) is a hash of the object representing its semantic content.FileTypefileType()The read set's file type.StringfileTypeAsString()The read set's file type.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The read set's ID.Stringname()The read set's name.StringreferenceArn()The read set's genome reference ARN.StringsampleId()The read set's sample ID.List<SdkField<?>>sdkFields()SequenceInformationsequenceInformation()Returns the value of the SequenceInformation property for this object.StringsequenceStoreId()The read set's sequence store ID.static Class<? extends ReadSetListItem.Builder>serializableBuilderClass()ReadSetStatusstatus()The read set's status.StringstatusAsString()The read set's status.StringstatusMessage()The status for a read set.StringsubjectId()The read set's subject ID.ReadSetListItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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 read set's ID.
- Returns:
- The read set's ID.
-
arn
public final String arn()
The read set's ARN.
- Returns:
- The read set's ARN.
-
sequenceStoreId
public final String sequenceStoreId()
The read set's sequence store ID.
- Returns:
- The read set's sequence store ID.
-
subjectId
public final String subjectId()
The read set's subject ID.
- Returns:
- The read set's subject ID.
-
sampleId
public final String sampleId()
The read set's sample ID.
- Returns:
- The read set's sample ID.
-
status
public final ReadSetStatus status()
The read set's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReadSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The read set's status.
- See Also:
ReadSetStatus
-
statusAsString
public final String statusAsString()
The read set's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnReadSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The read set's status.
- See Also:
ReadSetStatus
-
name
public final String name()
The read set's name.
- Returns:
- The read set's name.
-
description
public final String description()
The read set's description.
- Returns:
- The read set's description.
-
referenceArn
public final String referenceArn()
The read set's genome reference ARN.
- Returns:
- The read set's genome reference ARN.
-
fileType
public final FileType fileType()
The read set's file type.
If the service returns an enum value that is not available in the current SDK version,
fileTypewill returnFileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileTypeAsString().- Returns:
- The read set's file type.
- See Also:
FileType
-
fileTypeAsString
public final String fileTypeAsString()
The read set's file type.
If the service returns an enum value that is not available in the current SDK version,
fileTypewill returnFileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfileTypeAsString().- Returns:
- The read set's file type.
- See Also:
FileType
-
sequenceInformation
public final SequenceInformation sequenceInformation()
Returns the value of the SequenceInformation property for this object.- Returns:
- The value of the SequenceInformation property for this object.
-
creationTime
public final Instant creationTime()
When the read set was created.
- Returns:
- When the read set was created.
-
statusMessage
public final String statusMessage()
The status for a read set. It provides more detail as to why the read set has a status.
- Returns:
- The status for a read set. It provides more detail as to why the read set has a status.
-
creationType
public final CreationType creationType()
The creation type of the read set.
If the service returns an enum value that is not available in the current SDK version,
creationTypewill returnCreationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreationTypeAsString().- Returns:
- The creation type of the read set.
- See Also:
CreationType
-
creationTypeAsString
public final String creationTypeAsString()
The creation type of the read set.
If the service returns an enum value that is not available in the current SDK version,
creationTypewill returnCreationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcreationTypeAsString().- Returns:
- The creation type of the read set.
- See Also:
CreationType
-
etag
public final ETag etag()
The entity tag (ETag) is a hash of the object representing its semantic content.
- Returns:
- The entity tag (ETag) is a hash of the object representing its semantic content.
-
toBuilder
public ReadSetListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>
-
builder
public static ReadSetListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReadSetListItem.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.
-
-