@Generated(value="software.amazon.awssdk:codegen") public class DescribeWorkflowExecutionRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeWorkflowExecutionRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static DescribeWorkflowExecutionRequest.Builder |
builder() |
String |
domain()
The name of the domain containing the workflow execution.
|
boolean |
equals(Object obj) |
WorkflowExecution |
execution()
The workflow execution to describe.
|
int |
hashCode() |
static Class<? extends DescribeWorkflowExecutionRequest.Builder> |
serializableBuilderClass() |
DescribeWorkflowExecutionRequest.Builder |
toBuilder() |
String |
toString() |
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.
public WorkflowExecution execution()
The workflow execution to describe.
public DescribeWorkflowExecutionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeWorkflowExecutionRequest.Builder,DescribeWorkflowExecutionRequest>public static DescribeWorkflowExecutionRequest.Builder builder()
public static Class<? extends DescribeWorkflowExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.