Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.dynamodb.model
Class BatchWriteItemResult

java.lang.Object
  extended by com.amazonaws.services.dynamodb.model.BatchWriteItemResult
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class BatchWriteItemResult
extends java.lang.Object
implements java.io.Serializable

A container for BatchWriteItem response

See Also:
Serialized Form

Constructor Summary
BatchWriteItemResult()
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.util.Map<java.lang.String,BatchWriteResponse> getResponses()
          Deprecated. The response object as a result of BatchWriteItem call.
 java.util.Map<java.lang.String,java.util.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(java.util.Map<java.lang.String,BatchWriteResponse> responses)
          Deprecated. The response object as a result of BatchWriteItem call.
 void setUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
          Deprecated. The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems
 java.lang.String toString()
          Deprecated. Returns a string representation of this object; useful for testing and debugging.
 BatchWriteItemResult withResponses(java.util.Map<java.lang.String,BatchWriteResponse> responses)
          Deprecated. The response object as a result of BatchWriteItem call.
 BatchWriteItemResult withUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
          Deprecated. 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

BatchWriteItemResult

public BatchWriteItemResult()
Deprecated. 
Method Detail

getResponses

public java.util.Map<java.lang.String,BatchWriteResponse> getResponses()
Deprecated. 
The response object as a result of BatchWriteItem call. This is essentially a map of table name to ConsumedCapacityUnits.

Returns:
The response object as a result of BatchWriteItem call. This is essentially a map of table name to ConsumedCapacityUnits.

setResponses

public void setResponses(java.util.Map<java.lang.String,BatchWriteResponse> responses)
Deprecated. 
The response object as a result of BatchWriteItem call. This is essentially a map of table name to ConsumedCapacityUnits.

Parameters:
responses - The response object as a result of BatchWriteItem call. This is essentially a map of table name to ConsumedCapacityUnits.

withResponses

public BatchWriteItemResult withResponses(java.util.Map<java.lang.String,BatchWriteResponse> responses)
Deprecated. 
The response object as a result of 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.

Parameters:
responses - The response object as a result of BatchWriteItem call. This is essentially a map of table name to ConsumedCapacityUnits.
Returns:
A reference to this updated object so that method calls can be chained together.

getUnprocessedItems

public java.util.Map<java.lang.String,java.util.List<WriteRequest>> getUnprocessedItems()
Deprecated. 
The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems

Constraints:
Length: 1 - 25

Returns:
The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems

setUnprocessedItems

public void setUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
Deprecated. 
The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems

Constraints:
Length: 1 - 25

Parameters:
unprocessedItems - The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems

withUnprocessedItems

public BatchWriteItemResult withUnprocessedItems(java.util.Map<java.lang.String,java.util.List<WriteRequest>> unprocessedItems)
Deprecated. 
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.

Constraints:
Length: 1 - 25

Parameters:
unprocessedItems - The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Deprecated. 
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.