| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.model.BatchWriteItemResult
public class BatchWriteItemResult
 A container for BatchWriteItem response
 
| Constructor Summary | |
|---|---|
BatchWriteItemResult()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 Map<String,BatchWriteResponse> | 
getResponses()
The response object as a result of BatchWriteItem call. | 
 Map<String,List<WriteRequest>> | 
getUnprocessedItems()
The Items which we could not successfully process in a BatchWriteItem call is returned as
 UnprocessedItems | 
 int | 
hashCode()
 | 
 void | 
setResponses(Map<String,BatchWriteResponse> responses)
The response object as a result of BatchWriteItem call. | 
 void | 
setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
The Items which we could not successfully process in a BatchWriteItem call is returned as
 UnprocessedItems | 
 String | 
toString()
Returns a string representation of this object; useful for testing and debugging.  | 
 BatchWriteItemResult | 
withResponses(Map<String,BatchWriteResponse> responses)
The response object as a result of BatchWriteItem call. | 
 BatchWriteItemResult | 
withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
The Items which we could not successfully process in a BatchWriteItem call is returned as
 UnprocessedItems | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public BatchWriteItemResult()
| Method Detail | 
|---|
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
         UnprocessedItems
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||