#[non_exhaustive]pub struct DeleteVoiceConnectorEmergencyCallingConfigurationInput { /* private fields */ }Implementations
sourceimpl DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl DeleteVoiceConnectorEmergencyCallingConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVoiceConnectorEmergencyCallingConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVoiceConnectorEmergencyCallingConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteVoiceConnectorEmergencyCallingConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteVoiceConnectorEmergencyCallingConfigurationInput.
sourceimpl DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl DeleteVoiceConnectorEmergencyCallingConfigurationInput
sourcepub fn voice_connector_id(&self) -> Option<&str>
pub fn voice_connector_id(&self) -> Option<&str>
The Amazon Chime Voice Connector ID.
Trait Implementations
sourceimpl Clone for DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl Clone for DeleteVoiceConnectorEmergencyCallingConfigurationInput
sourcefn clone(&self) -> DeleteVoiceConnectorEmergencyCallingConfigurationInput
fn clone(&self) -> DeleteVoiceConnectorEmergencyCallingConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteVoiceConnectorEmergencyCallingConfigurationInput> for DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl PartialEq<DeleteVoiceConnectorEmergencyCallingConfigurationInput> for DeleteVoiceConnectorEmergencyCallingConfigurationInput
sourcefn eq(
&self,
other: &DeleteVoiceConnectorEmergencyCallingConfigurationInput
) -> bool
fn eq(
&self,
other: &DeleteVoiceConnectorEmergencyCallingConfigurationInput
) -> bool
impl StructuralPartialEq for DeleteVoiceConnectorEmergencyCallingConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl Send for DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl Sync for DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl Unpin for DeleteVoiceConnectorEmergencyCallingConfigurationInput
impl UnwindSafe for DeleteVoiceConnectorEmergencyCallingConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more