@Generated(value="software.amazon.awssdk:codegen") public class BatchReadOperationResponse extends Object implements StructuredPojo, ToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>
Represents the output of a BatchRead response operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchReadOperationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchReadOperationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
BatchReadException |
exceptionResponse()
Identifies which operation in a batch has failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends BatchReadOperationResponse.Builder> |
serializableBuilderClass() |
BatchReadSuccessfulResponse |
successfulResponse()
Identifies which operation in a batch has succeeded.
|
BatchReadOperationResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic BatchReadSuccessfulResponse successfulResponse()
Identifies which operation in a batch has succeeded.
public BatchReadException exceptionResponse()
Identifies which operation in a batch has failed.
public BatchReadOperationResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>public static BatchReadOperationResponse.Builder builder()
public static Class<? extends BatchReadOperationResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.