@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestCancelWorkflowExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RequestCancelWorkflowExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
RequestCancelWorkflowExecutionRequest |
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 to cancel.
|
String |
getRunId()
The runId of the workflow execution to cancel.
|
String |
getWorkflowId()
The workflowId of the workflow execution to cancel.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain containing the workflow execution to cancel.
|
void |
setRunId(String runId)
The runId of the workflow execution to cancel.
|
void |
setWorkflowId(String workflowId)
The workflowId of the workflow execution to cancel.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RequestCancelWorkflowExecutionRequest |
withDomain(String domain)
The name of the domain containing the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest |
withRunId(String runId)
The runId of the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest |
withWorkflowId(String workflowId)
The workflowId of the workflow execution to cancel.
|
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 RequestCancelWorkflowExecutionRequest()
public void setDomain(String domain)
The name of the domain containing the workflow execution to cancel.
domain
- The name of the domain containing the workflow execution to cancel.public String getDomain()
The name of the domain containing the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest withDomain(String domain)
The name of the domain containing the workflow execution to cancel.
domain
- The name of the domain containing the workflow execution to cancel.public void setWorkflowId(String workflowId)
The workflowId of the workflow execution to cancel.
workflowId
- The workflowId of the workflow execution to cancel.public String getWorkflowId()
The workflowId of the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest withWorkflowId(String workflowId)
The workflowId of the workflow execution to cancel.
workflowId
- The workflowId of the workflow execution to cancel.public void setRunId(String runId)
The runId of the workflow execution to cancel.
runId
- The runId of the workflow execution to cancel.public String getRunId()
The runId of the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest withRunId(String runId)
The runId of the workflow execution to cancel.
runId
- The runId of the workflow execution to cancel.public String toString()
toString
in class Object
Object.toString()
public RequestCancelWorkflowExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.