@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, wait
copy
public String jobName()
The name of the job definition used in the job run that was stopped.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.