public class RequestCancelWorkflowExecutionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domain
The name of the domain containing the workflow execution to cancel.
|
private java.lang.String |
runId
The runId of the workflow execution to cancel.
|
private java.lang.String |
workflowId
The workflowId of the workflow execution to cancel.
|
NOOP
Constructor and Description |
---|
RequestCancelWorkflowExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
RequestCancelWorkflowExecutionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomain()
The name of the domain containing the workflow execution to cancel.
|
java.lang.String |
getRunId()
The runId of the workflow execution to cancel.
|
java.lang.String |
getWorkflowId()
The workflowId of the workflow execution to cancel.
|
int |
hashCode() |
void |
setDomain(java.lang.String domain)
The name of the domain containing the workflow execution to cancel.
|
void |
setRunId(java.lang.String runId)
The runId of the workflow execution to cancel.
|
void |
setWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to cancel.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RequestCancelWorkflowExecutionRequest |
withDomain(java.lang.String domain)
The name of the domain containing the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest |
withRunId(java.lang.String runId)
The runId of the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest |
withWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to cancel.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String domain
The name of the domain containing the workflow execution to cancel.
private java.lang.String workflowId
The workflowId of the workflow execution to cancel.
private java.lang.String runId
The runId of the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest()
public void setDomain(java.lang.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 java.lang.String getDomain()
The name of the domain containing the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest withDomain(java.lang.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(java.lang.String workflowId)
The workflowId of the workflow execution to cancel.
workflowId
- The workflowId of the workflow execution to cancel.public java.lang.String getWorkflowId()
The workflowId of the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest withWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to cancel.
workflowId
- The workflowId of the workflow execution to cancel.public void setRunId(java.lang.String runId)
The runId of the workflow execution to cancel.
runId
- The runId of the workflow execution to cancel.public java.lang.String getRunId()
The runId of the workflow execution to cancel.
public RequestCancelWorkflowExecutionRequest withRunId(java.lang.String runId)
The runId of the workflow execution to cancel.
runId
- The runId of the workflow execution to cancel.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RequestCancelWorkflowExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()