Class JobStepRestartMarker
java.lang.Object
software.amazon.awssdk.services.m2.model.JobStepRestartMarker
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<JobStepRestartMarker.Builder,- JobStepRestartMarker> 
@Generated("software.amazon.awssdk:codegen")
public final class JobStepRestartMarker
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<JobStepRestartMarker.Builder,JobStepRestartMarker> 
Provides step/procedure step information for a restart batch job operation.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic JobStepRestartMarker.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe procedure step name that a batch job was restarted from.final StringfromStep()The step name that a batch job was restarted from.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends JobStepRestartMarker.Builder> final Booleanskip()The step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job.final IntegerSkip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job.Take this object and create a builder that contains all of the current property values of this object.final StringThe procedure step name that a batch job was restarted to.final StringtoStep()The step name that a batch job was restarted to.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
fromProcStepThe procedure step name that a batch job was restarted from. - Returns:
- The procedure step name that a batch job was restarted from.
 
- 
fromStepThe step name that a batch job was restarted from. - Returns:
- The step name that a batch job was restarted from.
 
- 
skipThe step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job. - Returns:
- The step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job.
 
- 
stepCheckpointSkip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job. - Returns:
- Skip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job.
 
- 
toProcStepThe procedure step name that a batch job was restarted to. - Returns:
- The procedure step name that a batch job was restarted to.
 
- 
toStepThe step name that a batch job was restarted to. - Returns:
- The step name that a batch job was restarted to.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<JobStepRestartMarker.Builder,- JobStepRestartMarker> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-