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