@Generated(value="software.amazon.awssdk:codegen") public class StartWorkflowExecutionResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>
Specifies the runId of a workflow execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartWorkflowExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartWorkflowExecutionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
runId()
The
runId of a workflow execution. |
static Class<? extends StartWorkflowExecutionResponse.Builder> |
serializableBuilderClass() |
StartWorkflowExecutionResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String runId()
The runId of a workflow execution. This ID is generated by the service and can be used to uniquely
identify the workflow execution within a domain.
runId of a workflow execution. This ID is generated by the service and can be used to
uniquely identify the workflow execution within a domain.public StartWorkflowExecutionResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>public static StartWorkflowExecutionResponse.Builder builder()
public static Class<? extends StartWorkflowExecutionResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.