#[non_exhaustive]pub struct CreateBasePathMappingOutput { /* private fields */ }
Expand description
Represents the base path that callers of the API must provide as part of the URL after the domain name.
Implementations§
source§impl CreateBasePathMappingOutput
impl CreateBasePathMappingOutput
source§impl CreateBasePathMappingOutput
impl CreateBasePathMappingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBasePathMappingOutput
.
Trait Implementations§
source§impl Clone for CreateBasePathMappingOutput
impl Clone for CreateBasePathMappingOutput
source§fn clone(&self) -> CreateBasePathMappingOutput
fn clone(&self) -> CreateBasePathMappingOutput
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 CreateBasePathMappingOutput
impl Debug for CreateBasePathMappingOutput
source§impl PartialEq<CreateBasePathMappingOutput> for CreateBasePathMappingOutput
impl PartialEq<CreateBasePathMappingOutput> for CreateBasePathMappingOutput
source§fn eq(&self, other: &CreateBasePathMappingOutput) -> bool
fn eq(&self, other: &CreateBasePathMappingOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.