@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 final String jobName()
The name of the job in question.
public final Integer version()
The version of the job.
public final Integer run()
The run ID number.
public final Integer attempt()
The attempt ID number.
public final String previousRunId()
The unique run identifier associated with the previous job run.
public final String runId()
The run ID number.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.