@Generated(value="software.amazon.awssdk:codegen") public final class RequestCancelWorkflowExecutionRequest extends SwfRequest implements ToCopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RequestCancelWorkflowExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RequestCancelWorkflowExecutionRequest.Builder |
builder() |
String |
domain()
The name of the domain containing the workflow execution to cancel.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
runId()
The runId of the workflow execution to cancel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RequestCancelWorkflowExecutionRequest.Builder> |
serializableBuilderClass() |
RequestCancelWorkflowExecutionRequest.Builder |
toBuilder() |
String |
toString() |
String |
workflowId()
The workflowId of the workflow execution to cancel.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domain()
The name of the domain containing the workflow execution to cancel.
public String workflowId()
The workflowId of the workflow execution to cancel.
public String runId()
The runId of the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>toBuilder in class SwfRequestpublic static RequestCancelWorkflowExecutionRequest.Builder builder()
public static Class<? extends RequestCancelWorkflowExecutionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.