ResponseInterceptorContext
interface ResponseInterceptorContext<I, O, ProtocolRequest, ProtocolResponse> : ProtocolResponseInterceptorContext<I, ProtocolRequest, ProtocolResponse>
Interceptor context used for all phases that have access to the operation input (request), the serialized protocol specific request (e.g. HttpRequest), the protocol specific response (e.g. HttpResponse), and the deserialized operation output (response).