@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkflowExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeWorkflowExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkflowExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain containing the workflow execution.
|
WorkflowExecution |
getExecution()
The workflow execution to describe.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain containing the workflow execution.
|
void |
setExecution(WorkflowExecution execution)
The workflow execution to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeWorkflowExecutionRequest |
withDomain(String domain)
The name of the domain containing the workflow execution.
|
DescribeWorkflowExecutionRequest |
withExecution(WorkflowExecution execution)
The workflow execution to describe.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomain(String domain)
The name of the domain containing the workflow execution.
domain
- The name of the domain containing the workflow execution.public String getDomain()
The name of the domain containing the workflow execution.
public DescribeWorkflowExecutionRequest withDomain(String domain)
The name of the domain containing the workflow execution.
domain
- The name of the domain containing the workflow execution.public void setExecution(WorkflowExecution execution)
The workflow execution to describe.
execution
- The workflow execution to describe.public WorkflowExecution getExecution()
The workflow execution to describe.
public DescribeWorkflowExecutionRequest withExecution(WorkflowExecution execution)
The workflow execution to describe.
execution
- The workflow execution to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkflowExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.