@Generated(value="software.amazon.awssdk:codegen") public class RequestCancelWorkflowExecutionRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RequestCancelWorkflowExecutionRequest.Builder |
NOOP| 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) |
int |
hashCode() |
String |
runId()
The runId of the workflow execution to cancel.
|
static Class<? extends RequestCancelWorkflowExecutionRequest.Builder> |
serializableBuilderClass() |
RequestCancelWorkflowExecutionRequest.Builder |
toBuilder() |
String |
toString() |
String |
workflowId()
The workflowId of the workflow execution to cancel.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>public static RequestCancelWorkflowExecutionRequest.Builder builder()
public static Class<? extends RequestCancelWorkflowExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.