@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobBookmarkEntry extends Object implements Serializable, Cloneable, StructuredPojo
Defines a point which 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()
Name of the job in question.
|
Integer |
getRun()
The run ID number.
|
Integer |
getVersion()
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)
Name of the job in question.
|
void |
setRun(Integer run)
The run ID number.
|
void |
setVersion(Integer version)
Version of the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
JobBookmarkEntry |
withAttempt(Integer attempt)
The attempt ID number.
|
JobBookmarkEntry |
withJobBookmark(String jobBookmark)
The bookmark itself.
|
JobBookmarkEntry |
withJobName(String jobName)
Name of the job in question.
|
JobBookmarkEntry |
withRun(Integer run)
The run ID number.
|
JobBookmarkEntry |
withVersion(Integer version)
Version of the job.
|
public void setJobName(String jobName)
Name of the job in question.
jobName
- Name of the job in question.public String getJobName()
Name of the job in question.
public JobBookmarkEntry withJobName(String jobName)
Name of the job in question.
jobName
- Name of the job in question.public void setVersion(Integer version)
Version of the job.
version
- Version of the job.public Integer getVersion()
Version of the job.
public JobBookmarkEntry withVersion(Integer version)
Version of the job.
version
- 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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.