@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 job definition used by the predecessor job run.
|
String |
getRunId()
The job-run ID of the predecessor job run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobName(String jobName)
The name of the job definition used by the predecessor job run.
|
void |
setRunId(String runId)
The job-run ID of the predecessor job run.
|
String |
toString()
Returns a string representation of this object.
|
Predecessor |
withJobName(String jobName)
The name of the job definition used by the predecessor job run.
|
Predecessor |
withRunId(String runId)
The job-run ID of the predecessor job run.
|
public void setJobName(String jobName)
The name of the job definition used by the predecessor job run.
jobName
- The name of the job definition used by the predecessor job run.public String getJobName()
The name of the job definition used by the predecessor job run.
public Predecessor withJobName(String jobName)
The name of the job definition used by the predecessor job run.
jobName
- The name of the job definition used by the predecessor job run.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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.