public class PutItemOutcome extends Object
| 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. | 
| String | toString() | 
public PutItemOutcome(PutItemResult result)
result - the low-level result; must not be nullCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.