public class BatchWriteItemResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
BatchWriteItemResponse()
Constructs a new BatchWriteItemResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<WriteRequest>> |
getUnprocessedItems()
Get all of the unprocessed items in this BatchWriteItem request.
|
void |
setUnprocessedItems(Map<String,List<WriteRequest>> items)
Set all of the unprocessed items in this BatchWriteItem request.
|
String |
toString()
Return a string representation of the response information.
|
getMetadatapublic BatchWriteItemResponse()
public Map<String,List<WriteRequest>> getUnprocessedItems()
WriteRequestpublic void setUnprocessedItems(Map<String,List<WriteRequest>> items)
items - All of the unprocessed items in this BatchWriteItem request, the type is in Map.WriteRequestCopyright © 2020. All rights reserved.