Struct aws_sdk_iot::model::HttpContext
source · #[non_exhaustive]pub struct HttpContext { /* private fields */ }
Expand description
Specifies the HTTP context to use for the test authorizer request.
Implementations§
source§impl HttpContext
impl HttpContext
source§impl HttpContext
impl HttpContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HttpContext
.
Trait Implementations§
source§impl Clone for HttpContext
impl Clone for HttpContext
source§fn clone(&self) -> HttpContext
fn clone(&self) -> HttpContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HttpContext
impl Debug for HttpContext
source§impl PartialEq<HttpContext> for HttpContext
impl PartialEq<HttpContext> for HttpContext
source§fn eq(&self, other: &HttpContext) -> bool
fn eq(&self, other: &HttpContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.