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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionThe attribute values returned byGetItemoperation.static <T> GetItemEnhancedResponse.Builder<T> builder()The capacity units consumed by theGetItemoperation.booleaninthashCode()
- 
Method Details- 
attributesThe attribute values returned byGetItemoperation.
- 
consumedCapacityThe capacity units consumed by theGetItemoperation.- See Also:
 
- 
equals
- 
hashCode
- 
builder
 
-