@Generated(value="software.amazon.awssdk:codegen") public final class ReadSetListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>
A read set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReadSetListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The read set's ARN.
|
static ReadSetListItem.Builder |
builder() |
Instant |
creationTime()
When the read set was created.
|
CreationType |
creationType()
The creation type of the read set.
|
String |
creationTypeAsString()
The creation type of the read set.
|
String |
description()
The read set's description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ETag |
etag()
The entity tag (ETag) is a hash of the object representing its semantic content.
|
FileType |
fileType()
The read set's file type.
|
String |
fileTypeAsString()
The read set's file type.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The read set's ID.
|
String |
name()
The read set's name.
|
String |
referenceArn()
The read set's genome reference ARN.
|
String |
sampleId()
The read set's sample ID.
|
List<SdkField<?>> |
sdkFields() |
SequenceInformation |
sequenceInformation()
Returns the value of the SequenceInformation property for this object.
|
String |
sequenceStoreId()
The read set's sequence store ID.
|
static Class<? extends ReadSetListItem.Builder> |
serializableBuilderClass() |
ReadSetStatus |
status()
The read set's status.
|
String |
statusAsString()
The read set's status.
|
String |
statusMessage()
The status for a read set.
|
String |
subjectId()
The read set's subject ID.
|
ReadSetListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The read set's ID.
public final String arn()
The read set's ARN.
public final String sequenceStoreId()
The read set's sequence store ID.
public final String subjectId()
The read set's subject ID.
public final String sampleId()
The read set's sample ID.
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, status will
return ReadSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReadSetStatuspublic final String statusAsString()
The read set's status.
If the service returns an enum value that is not available in the current SDK version, status will
return ReadSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReadSetStatuspublic final String name()
The read set's name.
public final String description()
The read set's description.
public final String referenceArn()
The read set's genome reference ARN.
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, fileType will
return FileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileTypeAsString().
FileTypepublic 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, fileType will
return FileType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileTypeAsString().
FileTypepublic final SequenceInformation sequenceInformation()
public final Instant creationTime()
When the read set was created.
public final String statusMessage()
The status for a read set. It provides more detail as to why the read set has a status.
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, creationType will
return CreationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
creationTypeAsString().
CreationTypepublic 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, creationType will
return CreationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
creationTypeAsString().
CreationTypepublic final ETag etag()
The entity tag (ETag) is a hash of the object representing its semantic content.
public ReadSetListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReadSetListItem.Builder,ReadSetListItem>public static ReadSetListItem.Builder builder()
public static Class<? extends ReadSetListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.