@Generated(value="software.amazon.awssdk:codegen") public final class StartReadSetImportJobResponse extends OmicsResponse implements ToCopyableBuilder<StartReadSetImportJobResponse.Builder,StartReadSetImportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartReadSetImportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartReadSetImportJobResponse.Builder |
builder() |
Instant |
creationTime()
When the job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The job's ID.
|
String |
roleArn()
The job's service role ARN.
|
List<SdkField<?>> |
sdkFields() |
String |
sequenceStoreId()
The read set's sequence store ID.
|
static Class<? extends StartReadSetImportJobResponse.Builder> |
serializableBuilderClass() |
ReadSetImportJobStatus |
status()
The job's status.
|
String |
statusAsString()
The job's status.
|
StartReadSetImportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The job's ID.
public final String sequenceStoreId()
The read set's sequence store ID.
public final String roleArn()
The job's service role ARN.
public final ReadSetImportJobStatus status()
The job's status.
If the service returns an enum value that is not available in the current SDK version, status will
return ReadSetImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ReadSetImportJobStatuspublic final String statusAsString()
The job's status.
If the service returns an enum value that is not available in the current SDK version, status will
return ReadSetImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ReadSetImportJobStatuspublic final Instant creationTime()
When the job was created.
public StartReadSetImportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartReadSetImportJobResponse.Builder,StartReadSetImportJobResponse>toBuilder in class AwsResponsepublic static StartReadSetImportJobResponse.Builder builder()
public static Class<? extends StartReadSetImportJobResponse.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.