@Generated(value="software.amazon.awssdk:codegen") public final class FlowExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowExecutionSummary.Builder,FlowExecutionSummary>
An object that contains summary information about a flow execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlowExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FlowExecutionSummary.Builder |
builder() |
Instant |
createdAt()
The date and time when the flow execution summary was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowExecutionId()
The ID of the flow execution.
|
String |
flowTemplateId()
The ID of the flow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlowExecutionSummary.Builder> |
serializableBuilderClass() |
FlowExecutionStatus |
status()
The current status of the flow execution.
|
String |
statusAsString()
The current status of the flow execution.
|
String |
systemInstanceId()
The ID of the system instance that contains the flow.
|
FlowExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time when the flow execution summary was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String flowExecutionId()
The ID of the flow execution.
public final FlowExecutionStatus status()
The current status of the flow execution.
If the service returns an enum value that is not available in the current SDK version, status will
return FlowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
FlowExecutionStatuspublic final String statusAsString()
The current status of the flow execution.
If the service returns an enum value that is not available in the current SDK version, status will
return FlowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
FlowExecutionStatuspublic final String systemInstanceId()
The ID of the system instance that contains the flow.
public final String flowTemplateId()
The ID of the flow.
public final Instant createdAt()
The date and time when the flow execution summary was created.
public final Instant updatedAt()
The date and time when the flow execution summary was last updated.
public FlowExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlowExecutionSummary.Builder,FlowExecutionSummary>public static FlowExecutionSummary.Builder builder()
public static Class<? extends FlowExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.