@Deprecated public class BatchWriteItemRequest extends AmazonWebServiceRequest implements 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.
| Constructor and Description |
|---|
BatchWriteItemRequest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Map<String,List<WriteRequest>> |
getRequestItems()
Deprecated.
A map of table name to list-of-write-requests.
|
int |
hashCode()
Deprecated.
|
void |
setRequestItems(Map<String,List<WriteRequest>> requestItems)
Deprecated.
A map of table name to list-of-write-requests.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
BatchWriteItemRequest |
withRequestItems(Map<String,List<WriteRequest>> requestItems)
Deprecated.
A map of table name to list-of-write-requests.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic Map<String,List<WriteRequest>> getRequestItems()
BatchWriteItem API call
Constraints:
Length: 1 - 25
BatchWriteItem API callpublic void setRequestItems(Map<String,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(Map<String,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 String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.