public class GetItemOutcome extends Object
Constructor | Description |
---|---|
GetItemOutcome(GetItemResponse result) |
Modifier and Type | Method | Description |
---|---|---|
GetItemResponse |
getGetItemResponse() |
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 GetItemOutcome(GetItemResponse result)
result
- the low-level result; must not be nullpublic Item getItem()
Item
; or null if the
item doesn't exist.public GetItemResponse getGetItemResponse()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.