Struct aws_sdk_apigatewayv2::output::GetApiMappingOutput
source · #[non_exhaustive]pub struct GetApiMappingOutput { /* private fields */ }Implementations§
source§impl GetApiMappingOutput
impl GetApiMappingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApiMappingOutput.
Trait Implementations§
source§impl Clone for GetApiMappingOutput
impl Clone for GetApiMappingOutput
source§fn clone(&self) -> GetApiMappingOutput
fn clone(&self) -> GetApiMappingOutput
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 more