@Generated(value="software.amazon.awssdk:codegen") public final class GetReadSetMetadataResponse extends OmicsResponse implements ToCopyableBuilder<GetReadSetMetadataResponse.Builder,GetReadSetMetadataResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetReadSetMetadataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The read set's ARN.
|
static GetReadSetMetadataResponse.Builder |
builder() |
Instant |
creationTime()
When the read set was created.
|
String |
description()
The read set's description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ReadSetFiles |
files()
The read set's files.
|
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()
The read set's sequence information.
|
String |
sequenceStoreId()
The read set's sequence store ID.
|
static Class<? extends GetReadSetMetadataResponse.Builder> |
serializableBuilderClass() |
ReadSetStatus |
status()
The read set's status.
|
String |
statusAsString()
The read set's status.
|
String |
statusMessage()
The status message for a read set.
|
String |
subjectId()
The read set's subject ID.
|
GetReadSetMetadataResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 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 Instant creationTime()
When the read set was created.
public final SequenceInformation sequenceInformation()
The read set's sequence information.
public final String referenceArn()
The read set's genome reference ARN.
public final ReadSetFiles files()
The read set's files.
public final String statusMessage()
The status message for a read set. It provides more detail as to why the read set has a status.
public GetReadSetMetadataResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetReadSetMetadataResponse.Builder,GetReadSetMetadataResponse>toBuilder in class AwsResponsepublic static GetReadSetMetadataResponse.Builder builder()
public static Class<? extends GetReadSetMetadataResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.