@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchReadOperationResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a BatchRead response operation.
| Constructor and Description |
|---|
BatchReadOperationResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchReadOperationResponse |
clone() |
boolean |
equals(Object obj) |
BatchReadException |
getExceptionResponse()
Identifies which operation in a batch has failed.
|
BatchReadSuccessfulResponse |
getSuccessfulResponse()
Identifies which operation in a batch has succeeded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExceptionResponse(BatchReadException exceptionResponse)
Identifies which operation in a batch has failed.
|
void |
setSuccessfulResponse(BatchReadSuccessfulResponse successfulResponse)
Identifies which operation in a batch has succeeded.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchReadOperationResponse |
withExceptionResponse(BatchReadException exceptionResponse)
Identifies which operation in a batch has failed.
|
BatchReadOperationResponse |
withSuccessfulResponse(BatchReadSuccessfulResponse successfulResponse)
Identifies which operation in a batch has succeeded.
|
public void setSuccessfulResponse(BatchReadSuccessfulResponse successfulResponse)
Identifies which operation in a batch has succeeded.
successfulResponse - Identifies which operation in a batch has succeeded.public BatchReadSuccessfulResponse getSuccessfulResponse()
Identifies which operation in a batch has succeeded.
public BatchReadOperationResponse withSuccessfulResponse(BatchReadSuccessfulResponse successfulResponse)
Identifies which operation in a batch has succeeded.
successfulResponse - Identifies which operation in a batch has succeeded.public void setExceptionResponse(BatchReadException exceptionResponse)
Identifies which operation in a batch has failed.
exceptionResponse - Identifies which operation in a batch has failed.public BatchReadException getExceptionResponse()
Identifies which operation in a batch has failed.
public BatchReadOperationResponse withExceptionResponse(BatchReadException exceptionResponse)
Identifies which operation in a batch has failed.
exceptionResponse - Identifies which operation in a batch has failed.public String toString()
toString in class ObjectObject.toString()public BatchReadOperationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.