@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ItemResponse extends Object implements Serializable, Cloneable, StructuredPojo
Details for the requested item.
Constructor and Description |
---|
ItemResponse() |
Modifier and Type | Method and Description |
---|---|
ItemResponse |
addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
ItemResponse |
clearItemEntries()
Removes all the entries added into Item.
|
ItemResponse |
clone() |
boolean |
equals(Object obj) |
Map<String,AttributeValue> |
getItem()
Map of attribute data consisting of the data type and attribute value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItem(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
|
String |
toString()
Returns a string representation of this object.
|
ItemResponse |
withItem(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
|
public Map<String,AttributeValue> getItem()
Map of attribute data consisting of the data type and attribute value.
public void setItem(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
item
- Map of attribute data consisting of the data type and attribute value.public ItemResponse withItem(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
item
- Map of attribute data consisting of the data type and attribute value.public ItemResponse addItemEntry(String key, AttributeValue value)
public ItemResponse clearItemEntries()
public String toString()
toString
in class Object
Object.toString()
public ItemResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.