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