LResContext
Contextual data for stages in the pipeline dealing with low-level responses (i.e., between low-level invocation and deserialization)
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)
Inheritors
Inherited properties
The ItemSchema to use for deserializing items into objects
The most recent error which occurred, if any. If another error occurs while this property is already set, it will be replaced with the new error and the old error will be added as a suppression (i.e., Throwable.addSuppressed).
The high-level request object which is to be serialized into a low-level request object
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
Additional, generalized context which may be useful to interceptors
The ItemSchema to use for serializing objects into items