Cloneable, ReadLimitInfo, ToCopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>@Generated("software.amazon.awssdk:codegen") public class RequestCancelWorkflowExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
RequestCancelWorkflowExecutionRequest.Builder |
NOOP| Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
workflowId() |
The workflowId of the workflow execution to cancel.
|
clone, 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>public static RequestCancelWorkflowExecutionRequest.Builder builder()
public static Class<? extends RequestCancelWorkflowExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.