ToCopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>
@Generated("software.amazon.awssdk:codegen") public class StartWorkflowExecutionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>
Specifies the runId
of a workflow execution.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartWorkflowExecutionResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartWorkflowExecutionResponse.Builder,StartWorkflowExecutionResponse>
public static StartWorkflowExecutionResponse.Builder builder()
public static Class<? extends StartWorkflowExecutionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.