#include <InterceptorContext.h>
Definition at line 18 of file InterceptorContext.h.
◆ InterceptorContext() [1/3]
◆ ~InterceptorContext()
virtual smithy::interceptor::InterceptorContext::~InterceptorContext
(
)
virtualdefault
◆ InterceptorContext() [2/3]
smithy::interceptor::InterceptorContext::InterceptorContext
(
const InterceptorContext &
other)
delete
◆ InterceptorContext() [3/3]
smithy::interceptor::InterceptorContext::InterceptorContext
(
InterceptorContext &&
other)
deletenoexcept
◆ GetAttribute()
Aws::Crt::Optional< Aws::String > smithy::interceptor::InterceptorContext::GetAttribute
(
const Aws::String &
key)
const
inline
◆ GetModeledRequest()
◆ GetTransmitRequest()
std::shared_ptr< Aws::Http::HttpRequest > smithy::interceptor::InterceptorContext::GetTransmitRequest
(
)
const
inline
◆ GetTransmitResponse()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ SetAttribute()
void smithy::interceptor::InterceptorContext::SetAttribute
(
const Aws::String &
key,
)
inline
◆ SetTransmitRequest()
void smithy::interceptor::InterceptorContext::SetTransmitRequest
(
const std::shared_ptr< Aws::Http::HttpRequest > &
transmitRequest)
inline
◆ SetTransmitResponse()
void smithy::interceptor::InterceptorContext::SetTransmitResponse
(
const std::shared_ptr< Aws::Http::HttpResponse > &
transmitResponse)
inline
The documentation for this class was generated from the following file: