@ThreadSafe public static interface Context.AfterMarshalling extends Context.BeforeMarshalling
ExecutionInterceptor.afterMarshalling(software.amazon.awssdk.core.interceptor.Context.AfterMarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked.Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
httpRequest()
The
SdkHttpFullRequest that was created as a result of marshalling the Context.BeforeExecution.request() . |
request
SdkHttpFullRequest httpRequest()
SdkHttpFullRequest
that was created as a result of marshalling the Context.BeforeExecution.request()
. This is the HTTP
request that will be sent to the downstream service.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.