@Deprecated public class BatchWriteItemRequest extends AmazonWebServiceRequest implements java.io.Serializable
BatchWriteItem operation.
Allows to execute a batch of Put and/or Delete Requests for many tables in a single call. A total of 25 requests are allowed.
There are no transaction guarantees provided by this API. It does not allow conditional puts nor does it support return values.
| コンストラクタと説明 |
|---|
BatchWriteItemRequest()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.Map<java.lang.String,java.util.List<WriteRequest>> |
getRequestItems()
非推奨です。
A map of table name to list-of-write-requests.
|
int |
hashCode()
非推奨です。
|
void |
setRequestItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> requestItems)
非推奨です。
A map of table name to list-of-write-requests.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
BatchWriteItemRequest |
withRequestItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> requestItems)
非推奨です。
A map of table name to list-of-write-requests.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.Map<java.lang.String,java.util.List<WriteRequest>> getRequestItems()
BatchWriteItem API call
Constraints:
Length: 1 - 25
BatchWriteItem API callpublic void setRequestItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> requestItems)
BatchWriteItem API call
Constraints:
Length: 1 - 25
requestItems - A map of table name to list-of-write-requests. Used as input to the
BatchWriteItem API callpublic BatchWriteItemRequest withRequestItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> requestItems)
BatchWriteItem API call
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 25
requestItems - A map of table name to list-of-write-requests. Used as input to the
BatchWriteItem API callpublic 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