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 an
Item ; or null if
the item doesn't exist. |
String |
toString() |
public DeleteItemOutcome(DeleteItemResult result)
result
- the low-level result; must not be nullpublic Item getItem()
Item
; or null if
the item doesn't exist.public DeleteItemResult getDeleteItemResult()
Copyright © 2023. All rights reserved.