@Generated(value="software.amazon.awssdk:codegen") public final class JobBookmarkEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
Defines a point that 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobBookmark()
The bookmark itself.
|
String |
jobName()
The name of the job in question.
|
String |
previousRunId()
The unique run identifier associated with the previous job run.
|
Integer |
run()
The run ID number.
|
String |
runId()
The run ID number.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobBookmarkEntry.Builder> |
serializableBuilderClass() |
JobBookmarkEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The version of the job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobName()
The name of the job in question.
public Integer version()
The version of the job.
public Integer run()
The run ID number.
public Integer attempt()
The attempt ID number.
public String previousRunId()
The unique run identifier associated with the previous job run.
public String runId()
The run ID number.
public String jobBookmark()
The bookmark itself.
public JobBookmarkEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>public static JobBookmarkEntry.Builder builder()
public static Class<? extends JobBookmarkEntry.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.