@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
String |
workflowId()
The workflowId of the workflow execution to cancel.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The name of the domain containing the workflow execution to cancel.
public final String workflowId()
The workflowId of the workflow execution to cancel.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.