BatchGetItemResult
instead.@Deprecated public class BatchGetItemResult extends Object implements Serializable
Constructor and Description |
---|
BatchGetItemResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
Map<String,BatchResponse> |
getResponses()
Deprecated.
Table names and the respective item attributes from the tables.
|
Map<String,KeysAndAttributes> |
getUnprocessedKeys()
Deprecated.
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()
Deprecated.
|
void |
setResponses(Map<String,BatchResponse> responses)
Deprecated.
Table names and the respective item attributes from the tables.
|
void |
setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Deprecated.
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()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetItemResult |
withResponses(Map<String,BatchResponse> responses)
Deprecated.
Table names and the respective item attributes from the tables.
|
BatchGetItemResult |
withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Deprecated.
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.
|
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()
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.
Constraints:
Length: 1 - 100
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 void setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
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.
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)
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.
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()
Copyright © 2014. All rights reserved.