Class BatchStopJobRunError
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.BatchStopJobRunError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>
@Generated("software.amazon.awssdk:codegen") public final class BatchStopJobRunError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>
Records an error that occurred when attempting to stop a specified job run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchStopJobRunError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchStopJobRunError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorDetailerrorDetail()Specifies details about the error that was encountered.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobName()The name of the job definition that is used in the job run in question.StringjobRunId()TheJobRunIdof the job run in question.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BatchStopJobRunError.Builder>serializableBuilderClass()BatchStopJobRunError.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
-
jobName
public final String jobName()
The name of the job definition that is used in the job run in question.
- Returns:
- The name of the job definition that is used in the job run in question.
-
jobRunId
public final String jobRunId()
The
JobRunIdof the job run in question.- Returns:
- The
JobRunIdof the job run in question.
-
errorDetail
public final ErrorDetail errorDetail()
Specifies details about the error that was encountered.
- Returns:
- Specifies details about the error that was encountered.
-
toBuilder
public BatchStopJobRunError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>
-
builder
public static BatchStopJobRunError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchStopJobRunError.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-