@Deprecated
public class BatchWriteItemResult
extends java.lang.Object
implements java.io.Serializable
A container for BatchWriteItem response
| コンストラクタと説明 |
|---|
BatchWriteItemResult()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.Map<java.lang.String,BatchWriteResponse> |
getResponses()
非推奨です。
The response object as a result of
BatchWriteItem call. |
java.util.Map<java.lang.String,java.util.List<WriteRequest>> |
getUnprocessedItems()
非推奨です。
The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItems
Constraints:Length: 1 - 25 |
int |
hashCode()
非推奨です。
|
void |
setResponses(java.util.Map<java.lang.String,BatchWriteResponse> responses)
非推奨です。
The response object as a result of
BatchWriteItem call. |
void |
setUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
非推奨です。
The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItems
Constraints:Length: 1 - 25 |
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
BatchWriteItemResult |
withResponses(java.util.Map<java.lang.String,BatchWriteResponse> responses)
非推奨です。
The response object as a result of
BatchWriteItem call. |
BatchWriteItemResult |
withUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
非推奨です。
The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItems
Returns a reference to this object so that method calls can be chained together. |
public java.util.Map<java.lang.String,BatchWriteResponse> getResponses()
BatchWriteItem call.
This is essentially a map of table name to
ConsumedCapacityUnits.BatchWriteItem call.
This is essentially a map of table name to
ConsumedCapacityUnits.public void setResponses(java.util.Map<java.lang.String,BatchWriteResponse> responses)
BatchWriteItem call.
This is essentially a map of table name to
ConsumedCapacityUnits.responses - The response object as a result of BatchWriteItem call.
This is essentially a map of table name to
ConsumedCapacityUnits.public BatchWriteItemResult withResponses(java.util.Map<java.lang.String,BatchWriteResponse> responses)
BatchWriteItem call.
This is essentially a map of table name to
ConsumedCapacityUnits.
Returns a reference to this object so that method calls can be chained together.
responses - The response object as a result of BatchWriteItem call.
This is essentially a map of table name to
ConsumedCapacityUnits.public java.util.Map<java.lang.String,java.util.List<WriteRequest>> getUnprocessedItems()
BatchWriteItem call is returned as
UnprocessedItems
Constraints:
Length: 1 - 25
BatchWriteItem call is returned as
UnprocessedItemspublic void setUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
BatchWriteItem call is returned as
UnprocessedItems
Constraints:
Length: 1 - 25
unprocessedItems - The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItemspublic BatchWriteItemResult withUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
BatchWriteItem call is returned as
UnprocessedItems
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 25
unprocessedItems - The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItemspublic 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