@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkflowsItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListWorkflowsItem.Builder,ListWorkflowsItem>
A workflow in list of workflows.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkflowsItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowsItem.Builder |
builder() |
Instant |
createdAt()
Creation timestamp for workflow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
Last updated timestamp for workflow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkflowsItem.Builder> |
serializableBuilderClass() |
Status |
status()
Status of workflow execution.
|
String |
statusAsString()
Status of workflow execution.
|
String |
statusDescription()
Description for workflow execution status.
|
ListWorkflowsItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
Unique identifier for the workflow.
|
WorkflowType |
workflowType()
The type of workflow.
|
String |
workflowTypeAsString()
The type of workflow.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WorkflowType workflowType()
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
If the service returns an enum value that is not available in the current SDK version, workflowType will
return WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
workflowTypeAsString().
WorkflowTypepublic final String workflowTypeAsString()
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
If the service returns an enum value that is not available in the current SDK version, workflowType will
return WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
workflowTypeAsString().
WorkflowTypepublic final String workflowId()
Unique identifier for the workflow.
public final Status status()
Status of workflow execution.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
Status of workflow execution.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusDescription()
Description for workflow execution status.
public final Instant createdAt()
Creation timestamp for workflow.
public final Instant lastUpdatedAt()
Last updated timestamp for workflow.
public ListWorkflowsItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkflowsItem.Builder,ListWorkflowsItem>public static ListWorkflowsItem.Builder builder()
public static Class<? extends ListWorkflowsItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.