public class BatchGetItemOutcome
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BatchGetItemResult |
result |
Constructor and Description |
---|
BatchGetItemOutcome(BatchGetItemResult result) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
getBatchGetItemResult()
Returns a non-null low-level result returned from the server side.
|
java.util.Map<java.lang.String,java.util.List<Item>> |
getTableItems()
Returns a map of table name to the list of retrieved items
|
java.util.Map<java.lang.String,KeysAndAttributes> |
getUnprocessedKeys()
Convenient method to return the low-level unprocessed keys.
|
java.lang.String |
toString() |
private final BatchGetItemResult result
public BatchGetItemOutcome(BatchGetItemResult result)
result
- the low-level result; must not be nullpublic java.util.Map<java.lang.String,java.util.List<Item>> getTableItems()
public java.util.Map<java.lang.String,KeysAndAttributes> getUnprocessedKeys()
public BatchGetItemResult getBatchGetItemResult()
public java.lang.String toString()
toString
in class java.lang.Object