@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResumeWorkflowRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResumeWorkflowRunResult() |
Modifier and Type | Method and Description |
---|---|
ResumeWorkflowRunResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getNodeIds()
A list of the node IDs for the nodes that were actually restarted.
|
String |
getRunId()
The new ID assigned to the resumed workflow run.
|
int |
hashCode() |
void |
setNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes that were actually restarted.
|
void |
setRunId(String runId)
The new ID assigned to the resumed workflow run.
|
String |
toString()
Returns a string representation of this object.
|
ResumeWorkflowRunResult |
withNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes that were actually restarted.
|
ResumeWorkflowRunResult |
withNodeIds(String... nodeIds)
A list of the node IDs for the nodes that were actually restarted.
|
ResumeWorkflowRunResult |
withRunId(String runId)
The new ID assigned to the resumed workflow run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRunId(String runId)
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
runId
- The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.public String getRunId()
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
public ResumeWorkflowRunResult withRunId(String runId)
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
runId
- The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.public List<String> getNodeIds()
A list of the node IDs for the nodes that were actually restarted.
public void setNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes that were actually restarted.
nodeIds
- A list of the node IDs for the nodes that were actually restarted.public ResumeWorkflowRunResult withNodeIds(String... nodeIds)
A list of the node IDs for the nodes that were actually restarted.
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 that were actually restarted.public ResumeWorkflowRunResult withNodeIds(Collection<String> nodeIds)
A list of the node IDs for the nodes that were actually restarted.
nodeIds
- A list of the node IDs for the nodes that were actually restarted.public String toString()
toString
in class Object
Object.toString()
public ResumeWorkflowRunResult clone()