@Generated(value="software.amazon.awssdk:codegen") public final class BatchReadOperationResponse extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
BatchReadException |
exceptionResponse()
Identifies which operation in a batch has failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchReadOperationResponse.Builder> |
serializableBuilderClass() |
BatchReadSuccessfulResponse |
successfulResponse()
Identifies which operation in a batch has succeeded.
|
BatchReadOperationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BatchReadSuccessfulResponse successfulResponse()
Identifies which operation in a batch has succeeded.
public final BatchReadException exceptionResponse()
Identifies which operation in a batch has failed.
public BatchReadOperationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchReadOperationResponse.Builder,BatchReadOperationResponse>public static BatchReadOperationResponse.Builder builder()
public static Class<? extends BatchReadOperationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.