@Deprecated
public class BatchGetItemResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
BatchGetItemResult()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.Map<java.lang.String,BatchResponse> |
getResponses()
非推奨です。
Table names and the respective item attributes from the tables.
|
java.util.Map<java.lang.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(java.util.Map<java.lang.String,BatchResponse> responses)
非推奨です。
Table names and the respective item attributes from the tables.
|
void |
setUnprocessedKeys(java.util.Map<java.lang.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.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetItemResult |
withResponses(java.util.Map<java.lang.String,BatchResponse> responses)
非推奨です。
Table names and the respective item attributes from the tables.
|
BatchGetItemResult |
withUnprocessedKeys(java.util.Map<java.lang.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.
|
public java.util.Map<java.lang.String,BatchResponse> getResponses()
public void setResponses(java.util.Map<java.lang.String,BatchResponse> responses)
responses - Table names and the respective item attributes from the tables.public BatchGetItemResult withResponses(java.util.Map<java.lang.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 java.util.Map<java.lang.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(java.util.Map<java.lang.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(java.util.Map<java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object