Struct aws_sdk_apigatewayv2::operation::get_api_mapping::builders::GetApiMappingOutputBuilder
source · #[non_exhaustive]pub struct GetApiMappingOutputBuilder { /* private fields */ }
Expand description
A builder for GetApiMappingOutput
.
Implementations§
source§impl GetApiMappingOutputBuilder
impl GetApiMappingOutputBuilder
sourcepub fn set_api_id(self, input: Option<String>) -> Self
pub fn set_api_id(self, input: Option<String>) -> Self
The API identifier.
sourcepub fn get_api_id(&self) -> &Option<String>
pub fn get_api_id(&self) -> &Option<String>
The API identifier.
sourcepub fn api_mapping_id(self, input: impl Into<String>) -> Self
pub fn api_mapping_id(self, input: impl Into<String>) -> Self
The API mapping identifier.
sourcepub fn set_api_mapping_id(self, input: Option<String>) -> Self
pub fn set_api_mapping_id(self, input: Option<String>) -> Self
The API mapping identifier.
sourcepub fn get_api_mapping_id(&self) -> &Option<String>
pub fn get_api_mapping_id(&self) -> &Option<String>
The API mapping identifier.
sourcepub fn api_mapping_key(self, input: impl Into<String>) -> Self
pub fn api_mapping_key(self, input: impl Into<String>) -> Self
The API mapping key.
sourcepub fn set_api_mapping_key(self, input: Option<String>) -> Self
pub fn set_api_mapping_key(self, input: Option<String>) -> Self
The API mapping key.
sourcepub fn get_api_mapping_key(&self) -> &Option<String>
pub fn get_api_mapping_key(&self) -> &Option<String>
The API mapping key.
sourcepub fn build(self) -> GetApiMappingOutput
pub fn build(self) -> GetApiMappingOutput
Consumes the builder and constructs a GetApiMappingOutput
.
Trait Implementations§
source§impl Clone for GetApiMappingOutputBuilder
impl Clone for GetApiMappingOutputBuilder
source§fn clone(&self) -> GetApiMappingOutputBuilder
fn clone(&self) -> GetApiMappingOutputBuilder
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 GetApiMappingOutputBuilder
impl Debug for GetApiMappingOutputBuilder
source§impl Default for GetApiMappingOutputBuilder
impl Default for GetApiMappingOutputBuilder
source§fn default() -> GetApiMappingOutputBuilder
fn default() -> GetApiMappingOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetApiMappingOutputBuilder
impl PartialEq for GetApiMappingOutputBuilder
source§fn eq(&self, other: &GetApiMappingOutputBuilder) -> bool
fn eq(&self, other: &GetApiMappingOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetApiMappingOutputBuilder
Auto Trait Implementations§
impl Freeze for GetApiMappingOutputBuilder
impl RefUnwindSafe for GetApiMappingOutputBuilder
impl Send for GetApiMappingOutputBuilder
impl Sync for GetApiMappingOutputBuilder
impl Unpin for GetApiMappingOutputBuilder
impl UnwindSafe for GetApiMappingOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.