@Generated(value="software.amazon.awssdk:codegen") public final class ListedExecution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedExecution.Builder,ListedExecution>
Returns properties of the execution that is specified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListedExecution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListedExecution.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
A unique identifier for the execution of a workflow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FileLocation |
initialFileLocation()
A structure that describes the Amazon S3 or EFS file location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListedExecution.Builder> |
serializableBuilderClass() |
ServiceMetadata |
serviceMetadata()
A container object for the session details that are associated with a workflow.
|
ExecutionStatus |
status()
The status is one of the execution.
|
String |
statusAsString()
The status is one of the execution.
|
ListedExecution.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String executionId()
A unique identifier for the execution of a workflow.
public final FileLocation initialFileLocation()
A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.
public final ServiceMetadata serviceMetadata()
A container object for the session details that are associated with a workflow.
public final ExecutionStatus status()
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
If the service returns an enum value that is not available in the current SDK version, status will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ExecutionStatuspublic final String statusAsString()
The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
If the service returns an enum value that is not available in the current SDK version, status will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ExecutionStatuspublic ListedExecution.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedExecution.Builder,ListedExecution>public static ListedExecution.Builder builder()
public static Class<? extends ListedExecution.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.