|
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.dynamodbv2.model.PutRequest
public class PutRequest
Represents a request to perform a PutItem operation on an item.
Constructor Summary | |
---|---|
PutRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Map<String,AttributeValue> |
getItem()
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. |
int |
hashCode()
|
void |
setItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PutRequest |
withItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem. |
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
- A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem. All of the table's
primary key attributes must be specified, and their data types must
match those of the table's key schema. If any attributes are present
in the item which are part of an index key schema for the table, their
types must match the index key schema.public PutRequest withItem(Map<String,AttributeValue> item)
Returns a reference to this object so that method calls can be chained together.
item
- A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem. All of the table's
primary key attributes must be specified, and their data types must
match those of the table's key schema. If any attributes are present
in the item which are part of an index key schema for the table, their
types must match the index key schema.
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 |