BatchWriteItemResult instead.@Deprecated public class BatchWriteItemResult extends Object implements Serializable
A container for BatchWriteItem response
| Constructor and Description |
|---|
BatchWriteItemResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Map<String,BatchWriteResponse> |
getResponses()
Deprecated.
The response object as a result of
BatchWriteItem call. |
Map<String,List<WriteRequest>> |
getUnprocessedItems()
Deprecated.
The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItems |
int |
hashCode()
Deprecated.
|
void |
setResponses(Map<String,BatchWriteResponse> responses)
Deprecated.
The response object as a result of
BatchWriteItem call. |
void |
setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
Deprecated.
The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItems |
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
BatchWriteItemResult |
withResponses(Map<String,BatchWriteResponse> responses)
Deprecated.
The response object as a result of
BatchWriteItem call. |
BatchWriteItemResult |
withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
Deprecated.
The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItems |
public Map<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(Map<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(Map<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 Map<String,List<WriteRequest>> getUnprocessedItems()
BatchWriteItem call is returned as
UnprocessedItems
Constraints:
Length: 1 - 25
BatchWriteItem call is returned as
UnprocessedItemspublic void setUnprocessedItems(Map<String,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(Map<String,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 String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.