@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 ObjectObject.toString()public JobNodeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.