public class PutItemOutcome
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PutItemResult |
result |
Constructor and Description |
---|
PutItemOutcome(PutItemResult result) |
Modifier and Type | Method and Description |
---|---|
Item |
getItem()
Returns all the returned attributes as a (non-null)
Item . |
PutItemResult |
getPutItemResult()
Returns a non-null low-level result returned from the server side.
|
java.lang.String |
toString() |
private final PutItemResult result
public PutItemOutcome(PutItemResult result)
result
- the low-level result; must not be nullpublic PutItemResult getPutItemResult()
public java.lang.String toString()
toString
in class java.lang.Object