@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) |
boolean |
equalsBySdkFields(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 that is 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() |
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 that is used in the job run in question.
public final String jobRunId()
The JobRunId of the job run in question.
JobRunId of the job run in question.public final ErrorDetail errorDetail()
Specifies details about the error that was encountered.
public BatchStopJobRunError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>public static BatchStopJobRunError.Builder builder()
public static Class<? extends BatchStopJobRunError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.