#[non_exhaustive]pub struct DeleteApiMappingInput { /* private fields */ }
Implementations§
source§impl DeleteApiMappingInput
impl DeleteApiMappingInput
sourcepub fn api_mapping_id(&self) -> Option<&str>
pub fn api_mapping_id(&self) -> Option<&str>
The API mapping identifier.
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain name.
source§impl DeleteApiMappingInput
impl DeleteApiMappingInput
sourcepub fn builder() -> DeleteApiMappingInputBuilder
pub fn builder() -> DeleteApiMappingInputBuilder
Creates a new builder-style object to manufacture DeleteApiMappingInput
.
source§impl DeleteApiMappingInput
impl DeleteApiMappingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteApiMapping, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteApiMapping, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteApiMapping
>
Trait Implementations§
source§impl Clone for DeleteApiMappingInput
impl Clone for DeleteApiMappingInput
source§fn clone(&self) -> DeleteApiMappingInput
fn clone(&self) -> DeleteApiMappingInput
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 DeleteApiMappingInput
impl Debug for DeleteApiMappingInput
source§impl PartialEq<DeleteApiMappingInput> for DeleteApiMappingInput
impl PartialEq<DeleteApiMappingInput> for DeleteApiMappingInput
source§fn eq(&self, other: &DeleteApiMappingInput) -> bool
fn eq(&self, other: &DeleteApiMappingInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteApiMappingInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteApiMappingInput
impl Send for DeleteApiMappingInput
impl Sync for DeleteApiMappingInput
impl Unpin for DeleteApiMappingInput
impl UnwindSafe for DeleteApiMappingInput
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