public class DeleteItemOutcome extends Object
Constructor and Description |
---|
DeleteItemOutcome(DeleteItemResult result) |
Modifier and Type | Method and Description |
---|---|
DeleteItemResult |
getDeleteItemResult()
Returns a non-null low-level result returned from the server side.
|
Item |
getItem()
Returns all the returned attributes as a (non-null)
Item . |
String |
toString() |
public DeleteItemOutcome(DeleteItemResult result)
result
- the low-level result; must not be nullpublic DeleteItemResult getDeleteItemResult()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.