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 restart step information for the most recent restart operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobStepRestartMarker.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobStepRestartMarker.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfromProcStep()The procedure step name that a job was restarted from.StringfromStep()The step name that a batch job restart was from.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends JobStepRestartMarker.Builder>serializableBuilderClass()JobStepRestartMarker.BuildertoBuilder()StringtoProcStep()The procedure step name that a batch job was restarted to.StringtoStep()The step name that a job was restarted to.StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fromProcStep
public final String fromProcStep()
The procedure step name that a job was restarted from.
- Returns:
- The procedure step name that a job was restarted from.
-
fromStep
public final String fromStep()
The step name that a batch job restart was from.
- Returns:
- The step name that a batch job restart was from.
-
toProcStep
public final String toProcStep()
The procedure step name that a batch job was restarted to.
- Returns:
- The procedure step name that a batch job was restarted to.
-
toStep
public final String toStep()
The step name that a job was restarted to.
- Returns:
- The step name that a job was restarted to.
-
toBuilder
public JobStepRestartMarker.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobStepRestartMarker.Builder,JobStepRestartMarker>
-
builder
public static JobStepRestartMarker.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobStepRestartMarker.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-