@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobBookmarkEntry extends Object implements Serializable, Cloneable, StructuredPojo
Defines a point that a job can resume processing.
Constructor and Description |
---|
JobBookmarkEntry() |
Modifier and Type | Method and Description |
---|---|
JobBookmarkEntry |
clone() |
boolean |
equals(Object obj) |
Integer |
getAttempt()
The attempt ID number.
|
String |
getJobBookmark()
The bookmark itself.
|
String |
getJobName()
The name of the job in question.
|
String |
getPreviousRunId()
The unique run identifier associated with the previous job run.
|
Integer |
getRun()
The run ID number.
|
String |
getRunId()
The run ID number.
|
Integer |
getVersion()
The version of the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttempt(Integer attempt)
The attempt ID number.
|
void |
setJobBookmark(String jobBookmark)
The bookmark itself.
|
void |
setJobName(String jobName)
The name of the job in question.
|
void |
setPreviousRunId(String previousRunId)
The unique run identifier associated with the previous job run.
|
void |
setRun(Integer run)
The run ID number.
|
void |
setRunId(String runId)
The run ID number.
|
void |
setVersion(Integer version)
The version of the job.
|
String |
toString()
Returns a string representation of this object.
|
JobBookmarkEntry |
withAttempt(Integer attempt)
The attempt ID number.
|
JobBookmarkEntry |
withJobBookmark(String jobBookmark)
The bookmark itself.
|
JobBookmarkEntry |
withJobName(String jobName)
The name of the job in question.
|
JobBookmarkEntry |
withPreviousRunId(String previousRunId)
The unique run identifier associated with the previous job run.
|
JobBookmarkEntry |
withRun(Integer run)
The run ID number.
|
JobBookmarkEntry |
withRunId(String runId)
The run ID number.
|
JobBookmarkEntry |
withVersion(Integer version)
The version of the job.
|
public void setJobName(String jobName)
The name of the job in question.
jobName
- The name of the job in question.public String getJobName()
The name of the job in question.
public JobBookmarkEntry withJobName(String jobName)
The name of the job in question.
jobName
- The name of the job in question.public void setVersion(Integer version)
The version of the job.
version
- The version of the job.public Integer getVersion()
The version of the job.
public JobBookmarkEntry withVersion(Integer version)
The version of the job.
version
- The version of the job.public void setRun(Integer run)
The run ID number.
run
- The run ID number.public Integer getRun()
The run ID number.
public JobBookmarkEntry withRun(Integer run)
The run ID number.
run
- The run ID number.public void setAttempt(Integer attempt)
The attempt ID number.
attempt
- The attempt ID number.public Integer getAttempt()
The attempt ID number.
public JobBookmarkEntry withAttempt(Integer attempt)
The attempt ID number.
attempt
- The attempt ID number.public void setPreviousRunId(String previousRunId)
The unique run identifier associated with the previous job run.
previousRunId
- The unique run identifier associated with the previous job run.public String getPreviousRunId()
The unique run identifier associated with the previous job run.
public JobBookmarkEntry withPreviousRunId(String previousRunId)
The unique run identifier associated with the previous job run.
previousRunId
- The unique run identifier associated with the previous job run.public void setRunId(String runId)
The run ID number.
runId
- The run ID number.public String getRunId()
The run ID number.
public JobBookmarkEntry withRunId(String runId)
The run ID number.
runId
- The run ID number.public void setJobBookmark(String jobBookmark)
The bookmark itself.
jobBookmark
- The bookmark itself.public String getJobBookmark()
The bookmark itself.
public JobBookmarkEntry withJobBookmark(String jobBookmark)
The bookmark itself.
jobBookmark
- The bookmark itself.public String toString()
toString
in class Object
Object.toString()
public JobBookmarkEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.