|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.PutRequest
public class PutRequest
A container for a Put BatchWrite request
Constructor Summary | |
---|---|
PutRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Map<String,AttributeValue> |
getItem()
The item to put |
int |
hashCode()
|
void |
setItem(Map<String,AttributeValue> item)
The item to put |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PutRequest |
withItem(Map<String,AttributeValue> item)
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |