@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResumeWorkflowRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResumeWorkflowRunRequest() |
Modifier and Type | Method and Description |
---|---|
ResumeWorkflowRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the workflow to resume.
|
List<String> |
getNodeIds()
A list of the node IDs for the nodes you want to restart.
|
String |
getRunId()
The ID of the workflow run to resume.
|
int |
hashCode() |
void |
setName(String name)
The name of the workflow to resume.
|
void |
setNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes you want to restart.
|
void |
setRunId(String runId)
The ID of the workflow run to resume.
|
String |
toString()
Returns a string representation of this object.
|
ResumeWorkflowRunRequest |
withName(String name)
The name of the workflow to resume.
|
ResumeWorkflowRunRequest |
withNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes you want to restart.
|
ResumeWorkflowRunRequest |
withNodeIds(String... nodeIds)
A list of the node IDs for the nodes you want to restart.
|
ResumeWorkflowRunRequest |
withRunId(String runId)
The ID of the workflow run to resume.
|
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 setName(String name)
The name of the workflow to resume.
name
- The name of the workflow to resume.public String getName()
The name of the workflow to resume.
public ResumeWorkflowRunRequest withName(String name)
The name of the workflow to resume.
name
- The name of the workflow to resume.public void setRunId(String runId)
The ID of the workflow run to resume.
runId
- The ID of the workflow run to resume.public String getRunId()
The ID of the workflow run to resume.
public ResumeWorkflowRunRequest withRunId(String runId)
The ID of the workflow run to resume.
runId
- The ID of the workflow run to resume.public List<String> getNodeIds()
A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.
public void setNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.
nodeIds
- A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a
run attempt in the original run.public ResumeWorkflowRunRequest withNodeIds(String... nodeIds)
A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.
NOTE: This method appends the values to the existing list (if any). Use
setNodeIds(java.util.Collection)
or withNodeIds(java.util.Collection)
if you want to override
the existing values.
nodeIds
- A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a
run attempt in the original run.public ResumeWorkflowRunRequest withNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.
nodeIds
- A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a
run attempt in the original run.public String toString()
toString
in class Object
Object.toString()
public ResumeWorkflowRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()