PutRequest
instead.@Deprecated public class PutRequest extends Object implements Serializable
A container for a Put BatchWrite request
Constructor and Description |
---|
PutRequest()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
Map<String,AttributeValue> |
getItem()
Deprecated.
The item to put
|
int |
hashCode()
Deprecated.
|
void |
setItem(Map<String,AttributeValue> item)
Deprecated.
The item to put
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
PutRequest |
withItem(Map<String,AttributeValue> item)
Deprecated.
The item to put
|
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 putpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.