@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.