Class RunListItem
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.RunListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RunListItem.Builder,RunListItem>
@Generated("software.amazon.awssdk:codegen") public final class RunListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RunListItem.Builder,RunListItem>
A workflow run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRunListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The run's ARN.static RunListItem.Builderbuilder()InstantcreationTime()When the run was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The run's ID.Stringname()The run's name.Integerpriority()The run's priority.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RunListItem.Builder>serializableBuilderClass()InstantstartTime()When the run started.RunStatusstatus()The run's status.StringstatusAsString()The run's status.InstantstopTime()When the run stopped.IntegerstorageCapacity()The run's storage capacity in gibibytes.StorageTypestorageType()The run's storage type.StringstorageTypeAsString()The run's storage type.RunListItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkflowId()The run's workflow ID.-
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
-
arn
public final String arn()
The run's ARN.
- Returns:
- The run's ARN.
-
id
public final String id()
The run's ID.
- Returns:
- The run's ID.
-
status
public final RunStatus status()
The run's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The run's status.
- See Also:
RunStatus
-
statusAsString
public final String statusAsString()
The run's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The run's status.
- See Also:
RunStatus
-
workflowId
public final String workflowId()
The run's workflow ID.
- Returns:
- The run's workflow ID.
-
name
public final String name()
The run's name.
- Returns:
- The run's name.
-
priority
public final Integer priority()
The run's priority.
- Returns:
- The run's priority.
-
storageCapacity
public final Integer storageCapacity()
The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
- Returns:
- The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
-
creationTime
public final Instant creationTime()
When the run was created.
- Returns:
- When the run was created.
-
startTime
public final Instant startTime()
When the run started.
- Returns:
- When the run started.
-
stopTime
public final Instant stopTime()
When the run stopped.
- Returns:
- When the run stopped.
-
storageType
public final StorageType storageType()
The run's storage type.
If the service returns an enum value that is not available in the current SDK version,
storageTypewill returnStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageTypeAsString().- Returns:
- The run's storage type.
- See Also:
StorageType
-
storageTypeAsString
public final String storageTypeAsString()
The run's storage type.
If the service returns an enum value that is not available in the current SDK version,
storageTypewill returnStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageTypeAsString().- Returns:
- The run's storage type.
- See Also:
StorageType
-
toBuilder
public RunListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RunListItem.Builder,RunListItem>
-
builder
public static RunListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends RunListItem.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-