Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.dynamodb.model
Class PutRequest

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

Deprecated.

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

A container for a Put BatchWrite request

See Also:
Serialized Form

Constructor Summary
PutRequest()
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.util.Map<java.lang.String,AttributeValue> getItem()
          Deprecated. The item to put
 int hashCode()
          Deprecated.  
 void setItem(java.util.Map<java.lang.String,AttributeValue> item)
          Deprecated. The item to put
 java.lang.String toString()
          Deprecated. Returns a string representation of this object; useful for testing and debugging.
 PutRequest withItem(java.util.Map<java.lang.String,AttributeValue> item)
          Deprecated. The item to put
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PutRequest

public PutRequest()
Deprecated. 
Method Detail

getItem

public java.util.Map<java.lang.String,AttributeValue> getItem()
Deprecated. 
The item to put

Returns:
The item to put

setItem

public void setItem(java.util.Map<java.lang.String,AttributeValue> item)
Deprecated. 
The item to put

Parameters:
item - The item to put

withItem

public PutRequest withItem(java.util.Map<java.lang.String,AttributeValue> item)
Deprecated. 
The item to put

Returns a reference to this object so that method calls can be chained together.

Parameters:
item - The item to put
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.