|
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.DeleteRequest
public class DeleteRequest
Represents a request to perform a DeleteItem operation on an item.
Constructor Summary | |
---|---|
DeleteRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Map<java.lang.String,AttributeValue> |
getKey()
A map of attribute name to attribute values, representing the primary key of the item to delete. |
int |
hashCode()
|
void |
setKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key of the item to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteRequest |
withKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key of the item to delete. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteRequest()
Method Detail |
---|
public java.util.Map<java.lang.String,AttributeValue> getKey()
public void setKey(java.util.Map<java.lang.String,AttributeValue> key)
key
- A map of attribute name to attribute values, representing the primary
key of the item to delete. All of the table's primary key attributes
must be specified, and their data types must match those of the
table's key schema.public DeleteRequest withKey(java.util.Map<java.lang.String,AttributeValue> key)
Returns a reference to this object so that method calls can be chained together.
key
- A map of attribute name to attribute values, representing the primary
key of the item to delete. All of the table's primary key attributes
must be specified, and their data types must match those of the
table's key schema.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public 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 |