LReqContext
Contextual data for stages in the pipeline dealing with low-level requests (i.e., between serialization and low-level invocation)
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)
Inheritors
Properties
Inherited properties
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
Additional, generalized context which may be useful to interceptors
The ItemSchema to use for serializing objects into items