@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
public BatchStopJobRunSuccessfulSubmission.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchStopJobRunSuccessfulSubmission.Builder,BatchStopJobRunSuccessfulSubmission>
public static BatchStopJobRunSuccessfulSubmission.Builder builder()
public static Class<? extends BatchStopJobRunSuccessfulSubmission.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.