@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchStopJobRunError.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchStopJobRunError.Builder |
builder() |
boolean |
equals(Object obj) |
ErrorDetail |
errorDetail()
Specifies details about the error that was encountered.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the job definition used in the job run in question.
|
String |
jobRunId()
The JobRunId of the job run in question.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchStopJobRunError.Builder> |
serializableBuilderClass() |
BatchStopJobRunError.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 in question.
public String jobRunId()
The JobRunId of the job run in question.
public ErrorDetail errorDetail()
Specifies details about the error that was encountered.
public BatchStopJobRunError.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>
public static BatchStopJobRunError.Builder builder()
public static Class<? extends BatchStopJobRunError.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.