@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobNodeDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of a Job node present in the workflow.
Constructor and Description |
---|
JobNodeDetails() |
Modifier and Type | Method and Description |
---|---|
JobNodeDetails |
clone() |
boolean |
equals(Object obj) |
List<JobRun> |
getJobRuns()
The information for the job runs represented by the job node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
|
String |
toString()
Returns a string representation of this object.
|
JobNodeDetails |
withJobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
|
JobNodeDetails |
withJobRuns(JobRun... jobRuns)
The information for the job runs represented by the job node.
|
public List<JobRun> getJobRuns()
The information for the job runs represented by the job node.
public void setJobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
jobRuns
- The information for the job runs represented by the job node.public JobNodeDetails withJobRuns(JobRun... jobRuns)
The information for the job runs represented by the job node.
NOTE: This method appends the values to the existing list (if any). Use
setJobRuns(java.util.Collection)
or withJobRuns(java.util.Collection)
if you want to override
the existing values.
jobRuns
- The information for the job runs represented by the job node.public JobNodeDetails withJobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
jobRuns
- The information for the job runs represented by the job node.public String toString()
toString
in class Object
Object.toString()
public JobNodeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.