Struct aws_smithy_types::endpoint::Endpoint
source · pub struct Endpoint { /* private fields */ }
Expand description
Smithy Endpoint Type
Generally, this type should not be used from user code
Implementations§
source§impl Endpoint
impl Endpoint
sourcepub fn headers(
&self
) -> impl Iterator<Item = (&str, impl Iterator<Item = &str>)>
pub fn headers( &self ) -> impl Iterator<Item = (&str, impl Iterator<Item = &str>)>
Returns the headers associated with this endpoint
sourcepub fn properties(&self) -> &HashMap<Cow<'static, str>, Document>
pub fn properties(&self) -> &HashMap<Cow<'static, str>, Document>
Returns the properties associated with this endpoint
sourcepub fn into_builder(self) -> Builder
pub fn into_builder(self) -> Builder
Converts this endpoint back into a Builder