|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.BatchGetItemResult
public class BatchGetItemResult
Batch Get Item Result
Constructor Summary | |
---|---|
BatchGetItemResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Map<String,BatchResponse> |
getResponses()
Table names and the respective item attributes from the tables. |
Map<String,KeysAndAttributes> |
getUnprocessedKeys()
Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. |
int |
hashCode()
|
void |
setResponses(Map<String,BatchResponse> responses)
Table names and the respective item attributes from the tables. |
void |
setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
BatchGetItemResult |
withResponses(Map<String,BatchResponse> responses)
Table names and the respective item attributes from the tables. |
BatchGetItemResult |
withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BatchGetItemResult()
Method Detail |
---|
public Map<String,BatchResponse> getResponses()
public void setResponses(Map<String,BatchResponse> responses)
responses
- Table names and the respective item attributes from the tables.public BatchGetItemResult withResponses(Map<String,BatchResponse> responses)
Returns a reference to this object so that method calls can be chained together.
responses
- Table names and the respective item attributes from the tables.
public Map<String,KeysAndAttributes> getUnprocessedKeys()
Constraints:
Length: 1 - 100
public void setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Constraints:
Length: 1 - 100
unprocessedKeys
- Contains a map of tables and their respective keys that were not
processed with the current response, possibly due to reaching a limit
on the response size. The UnprocessedKeys value is in the same form as
a RequestItems parameter (so the value can be provided directly to a
subsequent BatchGetItem operation). For more information, see the
above RequestItems parameter.public BatchGetItemResult withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
unprocessedKeys
- Contains a map of tables and their respective keys that were not
processed with the current response, possibly due to reaching a limit
on the response size. The UnprocessedKeys value is in the same form as
a RequestItems parameter (so the value can be provided directly to a
subsequent BatchGetItem operation). For more information, see the
above RequestItems parameter.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |