DeleteRequest instead.@Deprecated public class DeleteRequest extends Object implements Serializable
A container for a Delete BatchWrite request
| Constructor and Description |
|---|
DeleteRequest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Key |
getKey()
Deprecated.
The item's key to be delete
|
int |
hashCode()
Deprecated.
|
void |
setKey(Key key)
Deprecated.
The item's key to be delete
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRequest |
withKey(Key key)
Deprecated.
The item's key to be delete
|
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 deletepublic String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.