Class GetItemEnhancedResponse<T>
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.GetItemEnhancedResponse<T>
- Type Parameters:
T
- The type of the item.
Defines the elements returned by DynamoDB from a
GetItem
operation, such as
DynamoDbTable.getItemWithResponse(GetItemEnhancedRequest)
and
DynamoDbAsyncTable.getItemWithResponse(GetItemEnhancedRequest)
.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe attribute values returned byGetItem
operation.static <T> GetItemEnhancedResponse.Builder
<T> builder()
The capacity units consumed by theGetItem
operation.boolean
int
hashCode()
-
Method Details
-
attributes
The attribute values returned byGetItem
operation. -
consumedCapacity
The capacity units consumed by theGetItem
operation.- See Also:
-
equals
-
hashCode
-
builder
-