@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Predecessor extends Object implements Serializable, Cloneable, StructuredPojo
A job run that preceded this one.
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 precessor job run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobName(String jobName)
The name of the predecessor job.
|
void |
setRunId(String runId)
The job-run ID of the precessor 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 precessor 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 precessor job run.
runId
- The job-run ID of the precessor job run.public String getRunId()
The job-run ID of the precessor job run.
public Predecessor withRunId(String runId)
The job-run ID of the precessor job run.
runId
- The job-run ID of the precessor 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.