@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Predecessor extends Object implements Serializable, Cloneable, StructuredPojo
A job run that was used in the predicate of a conditional trigger that triggered this job run.
Constructor and Description |
---|
Predecessor() |
Modifier and Type | Method and Description |
---|---|
Predecessor |
clone() |
boolean |
equals(Object obj) |
String |
getJobName()
The name of the predecessor job.
|
String |
getRunId()
The job-run ID of the predecessor job run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJobName(String jobName)
The name of the predecessor job.
|
void |
setRunId(String runId)
The job-run ID of the predecessor job run.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Predecessor |
withJobName(String jobName)
The name of the predecessor job.
|
Predecessor |
withRunId(String runId)
The job-run ID of the predecessor job run.
|
public void setJobName(String jobName)
The name of the predecessor job.
jobName
- The name of the predecessor job.public String getJobName()
The name of the predecessor job.
public Predecessor withJobName(String jobName)
The name of the predecessor job.
jobName
- The name of the predecessor job.public void setRunId(String runId)
The job-run ID of the predecessor job run.
runId
- The job-run ID of the predecessor job run.public String getRunId()
The job-run ID of the predecessor job run.
public Predecessor withRunId(String runId)
The job-run ID of the predecessor job run.
runId
- The job-run ID of the predecessor job run.public String toString()
toString
in class Object
Object.toString()
public Predecessor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.