@Generated(value="software.amazon.awssdk:codegen") public final class BatchStopJobRunError extends Object implements StructuredPojo, ToCopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>
Details about the job run and the error that occurred while trying to submit it for stopping.
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()
The details of the error that occurred.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the job.
|
String |
jobRunId()
The job run Id.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
public String jobRunId()
The job run Id.
public ErrorDetail errorDetail()
The details of the error that occurred.
public BatchStopJobRunError.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchStopJobRunError.Builder,BatchStopJobRunError>
public static BatchStopJobRunError.Builder builder()
public static Class<? extends BatchStopJobRunError.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.