Class RestartBatchJobIdentifier
- java.lang.Object
-
- software.amazon.awssdk.services.m2.model.RestartBatchJobIdentifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RestartBatchJobIdentifier.Builder,RestartBatchJobIdentifier>
@Generated("software.amazon.awssdk:codegen") public final class RestartBatchJobIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RestartBatchJobIdentifier.Builder,RestartBatchJobIdentifier>
An identifier for the StartBatchJob API to show that it is a restart operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRestartBatchJobIdentifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestartBatchJobIdentifier.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionId()The executionId from the StartBatchJob response when the job ran for the first time.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()JobStepRestartMarkerjobStepRestartMarker()The restart step information for the most recent restart operation.List<SdkField<?>>sdkFields()static Class<? extends RestartBatchJobIdentifier.Builder>serializableBuilderClass()RestartBatchJobIdentifier.BuildertoBuilder()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
-
executionId
public final String executionId()
The executionId from the StartBatchJob response when the job ran for the first time.
- Returns:
- The executionId from the StartBatchJob response when the job ran for the first time.
-
jobStepRestartMarker
public final JobStepRestartMarker jobStepRestartMarker()
The restart step information for the most recent restart operation.
- Returns:
- The restart step information for the most recent restart operation.
-
toBuilder
public RestartBatchJobIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RestartBatchJobIdentifier.Builder,RestartBatchJobIdentifier>
-
builder
public static RestartBatchJobIdentifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends RestartBatchJobIdentifier.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.
-
-