@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchStopJobRunSuccessfulSubmission.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchStopJobRunSuccessfulSubmission.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the job definition used in the job run that was stopped.
|
String |
jobRunId()
The
JobRunId of the job run that was stopped. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchStopJobRunSuccessfulSubmission.Builder> |
serializableBuilderClass() |
BatchStopJobRunSuccessfulSubmission.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
The name of the job definition used in the job run that was stopped.
public final String jobRunId()
The JobRunId of the job run that was stopped.
JobRunId of the job run that was stopped.public BatchStopJobRunSuccessfulSubmission.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchStopJobRunSuccessfulSubmission.Builder,BatchStopJobRunSuccessfulSubmission>public static BatchStopJobRunSuccessfulSubmission.Builder builder()
public static Class<? extends BatchStopJobRunSuccessfulSubmission.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.