@Generated(value="software.amazon.awssdk:codegen") public class JobBookmarkEntry extends Object implements StructuredPojo, ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
Defines a point which a job can resume processing.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobBookmarkEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
attempt()
The attempt ID number.
|
static JobBookmarkEntry.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobBookmark()
The bookmark itself.
|
String |
jobName()
Name of the job in question.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Integer |
run()
The run ID number.
|
static Class<? extends JobBookmarkEntry.Builder> |
serializableBuilderClass() |
JobBookmarkEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
version()
Version of the job.
|
copypublic String jobName()
Name of the job in question.
public Integer version()
Version of the job.
public Integer run()
The run ID number.
public Integer attempt()
The attempt ID number.
public String jobBookmark()
The bookmark itself.
public JobBookmarkEntry.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>public static JobBookmarkEntry.Builder builder()
public static Class<? extends JobBookmarkEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.