Class GetReadSetMetadataResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.omics.model.OmicsResponse
-
- software.amazon.awssdk.services.omics.model.GetReadSetMetadataResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetReadSetMetadataResponse.Builder,GetReadSetMetadataResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetReadSetMetadataResponse extends OmicsResponse implements ToCopyableBuilder<GetReadSetMetadataResponse.Builder,GetReadSetMetadataResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetReadSetMetadataResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The read set's ARN.static GetReadSetMetadataResponse.Builderbuilder()StringcreationJobId()The read set's creation job ID.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 meant to represent its semantic content.ReadSetFilesfiles()The read set's files.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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()SequenceInformationsequenceInformation()The read set's sequence information.StringsequenceStoreId()The read set's sequence store ID.static Class<? extends GetReadSetMetadataResponse.Builder>serializableBuilderClass()ReadSetStatusstatus()The read set's status.StringstatusAsString()The read set's status.StringstatusMessage()The status message for a read set.StringsubjectId()The read set's subject ID.GetReadSetMetadataResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.omics.model.OmicsResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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.
-
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
-
creationTime
public final Instant creationTime()
When the read set was created.
- Returns:
- When the read set was created.
-
sequenceInformation
public final SequenceInformation sequenceInformation()
The read set's sequence information.
- Returns:
- The read set's sequence information.
-
referenceArn
public final String referenceArn()
The read set's genome reference ARN.
- Returns:
- The read set's genome reference ARN.
-
files
public final ReadSetFiles files()
The read set's files.
- Returns:
- The read set's files.
-
statusMessage
public final String statusMessage()
The status message for a read set. It provides more detail as to why the read set has a status.
- Returns:
- The status message 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 meant to represent its semantic content.
- Returns:
- The entity tag (ETag) is a hash of the object meant to represent its semantic content.
-
creationJobId
public final String creationJobId()
The read set's creation job ID.
- Returns:
- The read set's creation job ID.
-
toBuilder
public GetReadSetMetadataResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetReadSetMetadataResponse.Builder,GetReadSetMetadataResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetReadSetMetadataResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetReadSetMetadataResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-