|
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(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 |
|---|
public PutRequest()
| Method Detail |
|---|
public java.util.Map<java.lang.String,AttributeValue> getItem()
public void setItem(java.util.Map<java.lang.String,AttributeValue> item)
item - The item to putpublic PutRequest withItem(java.util.Map<java.lang.String,AttributeValue> item)
Returns a reference to this object so that method calls can be chained together.
item - The item to put
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||