public class BatchGetItemResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
BatchGetItemResponse()
Constructs a new BatchGetItemResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Map<String,AttributeValue>>> |
getResponses()
Get the processed items' content for this BatchGetItem request.
|
Map<String,KeysAndAttributes> |
getUnprocessedItems()
Get all of the unprocessed items in this BatchGetItem request.
|
void |
setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
Set the processed items' content for this BatchGetItem request.
|
void |
setUnprocessedItems(Map<String,KeysAndAttributes> items)
Set all of the unprocessed items in this BatchGetItem request.
|
String |
toString()
Return a string representation of the response information.
|
getMetadatapublic BatchGetItemResponse()
public Map<String,KeysAndAttributes> getUnprocessedItems()
public void setUnprocessedItems(Map<String,KeysAndAttributes> items)
items - All of the unprocessed items in this BatchGetItem request.public String toString()
public void setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
responses - The processed items' content for this BatchGetItem request.Copyright © 2020. All rights reserved.