@Generated(value="software.amazon.awssdk:codegen") public final class RunListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RunListItem.Builder,RunListItem>
A workflow run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RunListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The run's ARN.
|
static RunListItem.Builder |
builder() |
Instant |
creationTime()
When the run was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The run's ID.
|
String |
name()
The run's name.
|
Integer |
priority()
The run's priority.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RunListItem.Builder> |
serializableBuilderClass() |
Instant |
startTime()
When the run started.
|
RunStatus |
status()
The run's status.
|
String |
statusAsString()
The run's status.
|
Instant |
stopTime()
When the run stopped.
|
Integer |
storageCapacity()
The run's storage capacity.
|
RunListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
The run's workflow ID.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The run's ARN.
public final String id()
The run's ID.
public final RunStatus status()
The run's status.
If the service returns an enum value that is not available in the current SDK version, status will
return RunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RunStatuspublic final String statusAsString()
The run's status.
If the service returns an enum value that is not available in the current SDK version, status will
return RunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RunStatuspublic final String workflowId()
The run's workflow ID.
public final String name()
The run's name.
public final Integer priority()
The run's priority.
public final Integer storageCapacity()
The run's storage capacity.
public final Instant creationTime()
When the run was created.
public final Instant startTime()
When the run started.
public final Instant stopTime()
When the run stopped.
public RunListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RunListItem.Builder,RunListItem>public static RunListItem.Builder builder()
public static Class<? extends RunListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.