@Deprecated
public class PutRequest
extends java.lang.Object
implements java.io.Serializable
A container for a Put BatchWrite request
| コンストラクタと説明 |
|---|
PutRequest()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.Map<java.lang.String,AttributeValue> |
getItem()
非推奨です。
The item to put
|
int |
hashCode()
非推奨です。
|
void |
setItem(java.util.Map<java.lang.String,AttributeValue> item)
非推奨です。
The item to put
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
PutRequest |
withItem(java.util.Map<java.lang.String,AttributeValue> item)
非推奨です。
The item to put
Returns a reference to this object so that method calls can be chained together.
|
public java.util.Map<java.lang.String,AttributeValue> getItem()
public void setItem(java.util.Map<java.lang.String,AttributeValue> item)
item - The item to putpublic PutRequest withItem(java.util.Map<java.lang.String,AttributeValue> item)
Returns a reference to this object so that method calls can be chained together.
item - The item to putpublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object