|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.model.PutRequest
@Deprecated public class PutRequest
A container for a Put BatchWrite request
| Constructor Summary | |
|---|---|
PutRequest()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
Map<String,AttributeValue> |
getItem()
Deprecated. The item to put |
int |
hashCode()
Deprecated. |
void |
setItem(Map<String,AttributeValue> item)
Deprecated. The item to put |
String |
toString()
Deprecated. Returns a string representation of this object; useful for testing and debugging. |
PutRequest |
withItem(Map<String,AttributeValue> item)
Deprecated. The item to put |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PutRequest()
| Method Detail |
|---|
public Map<String,AttributeValue> getItem()
public void setItem(Map<String,AttributeValue> item)
item - The item to putpublic PutRequest withItem(Map<String,AttributeValue> item)
Returns a reference to this object so that method calls can be chained together.
item - The item to put
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 | ||||||