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 byGetItemoperation.static <T> GetItemEnhancedResponse.Builder<T> builder()The capacity units consumed by theGetItemoperation.booleaninthashCode()
-
Method Details
-
attributes
The attribute values returned byGetItemoperation. -
consumedCapacity
The capacity units consumed by theGetItemoperation.- See Also:
-
equals
-
hashCode
-
builder
-