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