Struct aws_sdk_apigatewayv2::operation::delete_api_mapping::builders::DeleteApiMappingInputBuilder    
source · #[non_exhaustive]pub struct DeleteApiMappingInputBuilder { /* private fields */ }Expand description
A builder for DeleteApiMappingInput.
Implementations§
source§impl DeleteApiMappingInputBuilder
 
impl DeleteApiMappingInputBuilder
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 domain_name(self, input: impl Into<String>) -> Self
 
pub fn domain_name(self, input: impl Into<String>) -> Self
The domain name.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
 
pub fn set_domain_name(self, input: Option<String>) -> Self
The domain name.
sourcepub fn get_domain_name(&self) -> &Option<String>
 
pub fn get_domain_name(&self) -> &Option<String>
The domain name.
sourcepub fn build(self) -> Result<DeleteApiMappingInput, BuildError>
 
pub fn build(self) -> Result<DeleteApiMappingInput, BuildError>
Consumes the builder and constructs a DeleteApiMappingInput.
source§impl DeleteApiMappingInputBuilder
 
impl DeleteApiMappingInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client
) -> Result<DeleteApiMappingOutput, SdkError<DeleteApiMappingError, HttpResponse>>
 
pub async fn send_with( self, client: &Client ) -> Result<DeleteApiMappingOutput, SdkError<DeleteApiMappingError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteApiMappingInputBuilder
 
impl Clone for DeleteApiMappingInputBuilder
source§fn clone(&self) -> DeleteApiMappingInputBuilder
 
fn clone(&self) -> DeleteApiMappingInputBuilder
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 DeleteApiMappingInputBuilder
 
impl Debug for DeleteApiMappingInputBuilder
source§impl Default for DeleteApiMappingInputBuilder
 
impl Default for DeleteApiMappingInputBuilder
source§fn default() -> DeleteApiMappingInputBuilder
 
fn default() -> DeleteApiMappingInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteApiMappingInputBuilder> for DeleteApiMappingInputBuilder
 
impl PartialEq<DeleteApiMappingInputBuilder> for DeleteApiMappingInputBuilder
source§fn eq(&self, other: &DeleteApiMappingInputBuilder) -> bool
 
fn eq(&self, other: &DeleteApiMappingInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteApiMappingInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteApiMappingInputBuilder
impl Send for DeleteApiMappingInputBuilder
impl Sync for DeleteApiMappingInputBuilder
impl Unpin for DeleteApiMappingInputBuilder
impl UnwindSafe for DeleteApiMappingInputBuilder
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