HResContext
Creates a new HResContext
Parameters
The high-level request object which is to be serialized into a low-level request object
The ItemSchema to use for serializing objects into items
Additional, generalized context which may be useful to interceptors
The low-level request object which is to be used in the low-level operation invocation
The low-level response which is to be deserialized into a high-level response object
The ItemSchema to use for deserializing items into objects
The high-level response to return to the caller
The most recent error which occurred, if any. Defaults to null.
Type Parameters
The type of objects being converted to/from DynamoDB items
The type of schema used for conversion
The type of high-level request object (e.g., GetItemRequest)
The type of low-level request object (e.g., LowLevelGetItemRequest)
The type of low-level response object (e.g., LowLevelGetItemResponse)