@Generated(value="software.amazon.awssdk:codegen") public final class ActivateReadSetJobItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActivateReadSetJobItem.Builder,ActivateReadSetJobItem>
A read set activation job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivateReadSetJobItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActivateReadSetJobItem.Builder |
builder() |
Instant |
completionTime()
When the job completed.
|
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.
|
List<SdkField<?>> |
sdkFields() |
String |
sequenceStoreId()
The job's sequence store ID.
|
static Class<? extends ActivateReadSetJobItem.Builder> |
serializableBuilderClass() |
ReadSetActivationJobStatus |
status()
The job's status.
|
String |
statusAsString()
The job's status.
|
ActivateReadSetJobItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The job's ID.
public final String sequenceStoreId()
The job's sequence store ID.
public final ReadSetActivationJobStatus status()
The job's status.
If the service returns an enum value that is not available in the current SDK version, status will
return ReadSetActivationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ReadSetActivationJobStatuspublic 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 ReadSetActivationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ReadSetActivationJobStatuspublic final Instant creationTime()
When the job was created.
public final Instant completionTime()
When the job completed.
public ActivateReadSetJobItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActivateReadSetJobItem.Builder,ActivateReadSetJobItem>public static ActivateReadSetJobItem.Builder builder()
public static Class<? extends ActivateReadSetJobItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.