StructuredPojo
, ToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>
@Generated("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 | Description |
---|---|---|
static interface |
BatchReadOperationResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchReadOperationResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
BatchReadException |
exceptionResponse() |
Identifies which operation in a batch has failed.
|
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() |
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>
public static BatchReadOperationResponse.Builder builder()
public static Class<? extends BatchReadOperationResponse.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.