|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.model.DeleteRequest
public class DeleteRequest
A container for a Delete BatchWrite request
| Constructor Summary | |
|---|---|
DeleteRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Key |
getKey()
The item's key to be delete |
int |
hashCode()
|
void |
setKey(Key key)
The item's key to be delete |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteRequest |
withKey(Key key)
The item's key to be delete |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteRequest()
| Method Detail |
|---|
public Key getKey()
public void setKey(Key key)
key - The item's key to be deletepublic DeleteRequest withKey(Key key)
Returns a reference to this object so that method calls can be chained together.
key - The item's key to be delete
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 | ||||||