@Generated(value="software.amazon.awssdk:codegen") public class WorkflowExecution extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecution.Builder,WorkflowExecution>
Represents a workflow execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecution.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
runId()
A system-generated unique identifier for the workflow execution.
|
static Class<? extends WorkflowExecution.Builder> |
serializableBuilderClass() |
WorkflowExecution.Builder |
toBuilder() |
String |
toString() |
String |
workflowId()
The user defined identifier associated with the workflow execution.
|
public String workflowId()
The user defined identifier associated with the workflow execution.
public String runId()
A system-generated unique identifier for the workflow execution.
public WorkflowExecution.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecution.Builder,WorkflowExecution>public static WorkflowExecution.Builder builder()
public static Class<? extends WorkflowExecution.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.