StructuredPojo
, ToCopyableBuilder<BatchReadException.Builder,BatchReadException>
@Generated("software.amazon.awssdk:codegen") public class BatchReadException extends Object implements StructuredPojo, ToCopyableBuilder<BatchReadException.Builder,BatchReadException>
The batch read exception structure, which contains the exception type and message.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchReadException.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchReadException.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
An exception message that is associated with the failure.
|
static Class<? extends BatchReadException.Builder> |
serializableBuilderClass() |
|
BatchReadException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
A type of exception, such as
InvalidArnException . |
public String type()
A type of exception, such as InvalidArnException
.
InvalidArnException
.BatchReadExceptionType
public String message()
An exception message that is associated with the failure.
public BatchReadException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchReadException.Builder,BatchReadException>
public static BatchReadException.Builder builder()
public static Class<? extends BatchReadException.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.