Struct aws_sdk_apigatewayv2::operation::update_api_mapping::builders::UpdateApiMappingOutputBuilder
source · #[non_exhaustive]pub struct UpdateApiMappingOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateApiMappingOutput
.
Implementations§
source§impl UpdateApiMappingOutputBuilder
impl UpdateApiMappingOutputBuilder
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) -> UpdateApiMappingOutput
pub fn build(self) -> UpdateApiMappingOutput
Consumes the builder and constructs a UpdateApiMappingOutput
.
Trait Implementations§
source§impl Clone for UpdateApiMappingOutputBuilder
impl Clone for UpdateApiMappingOutputBuilder
source§fn clone(&self) -> UpdateApiMappingOutputBuilder
fn clone(&self) -> UpdateApiMappingOutputBuilder
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 Default for UpdateApiMappingOutputBuilder
impl Default for UpdateApiMappingOutputBuilder
source§fn default() -> UpdateApiMappingOutputBuilder
fn default() -> UpdateApiMappingOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateApiMappingOutputBuilder
impl PartialEq for UpdateApiMappingOutputBuilder
source§fn eq(&self, other: &UpdateApiMappingOutputBuilder) -> bool
fn eq(&self, other: &UpdateApiMappingOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateApiMappingOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateApiMappingOutputBuilder
impl RefUnwindSafe for UpdateApiMappingOutputBuilder
impl Send for UpdateApiMappingOutputBuilder
impl Sync for UpdateApiMappingOutputBuilder
impl Unpin for UpdateApiMappingOutputBuilder
impl UnwindSafe for UpdateApiMappingOutputBuilder
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.