#[non_exhaustive]pub struct DnisEmergencyCallingConfiguration { /* private fields */ }Expand description
The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.
Implementations§
source§impl DnisEmergencyCallingConfiguration
impl DnisEmergencyCallingConfiguration
sourcepub fn emergency_phone_number(&self) -> Option<&str>
pub fn emergency_phone_number(&self) -> Option<&str>
The DNIS phone number to route emergency calls to, in E.164 format.
sourcepub fn test_phone_number(&self) -> Option<&str>
pub fn test_phone_number(&self) -> Option<&str>
The DNIS phone number to route test emergency calls to, in E.164 format.
sourcepub fn calling_country(&self) -> Option<&str>
pub fn calling_country(&self) -> Option<&str>
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.
source§impl DnisEmergencyCallingConfiguration
impl DnisEmergencyCallingConfiguration
sourcepub fn builder() -> DnisEmergencyCallingConfigurationBuilder
pub fn builder() -> DnisEmergencyCallingConfigurationBuilder
Creates a new builder-style object to manufacture DnisEmergencyCallingConfiguration.
Trait Implementations§
source§impl Clone for DnisEmergencyCallingConfiguration
impl Clone for DnisEmergencyCallingConfiguration
source§fn clone(&self) -> DnisEmergencyCallingConfiguration
fn clone(&self) -> DnisEmergencyCallingConfiguration
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 PartialEq<DnisEmergencyCallingConfiguration> for DnisEmergencyCallingConfiguration
impl PartialEq<DnisEmergencyCallingConfiguration> for DnisEmergencyCallingConfiguration
source§fn eq(&self, other: &DnisEmergencyCallingConfiguration) -> bool
fn eq(&self, other: &DnisEmergencyCallingConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DnisEmergencyCallingConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for DnisEmergencyCallingConfiguration
impl Send for DnisEmergencyCallingConfiguration
impl Sync for DnisEmergencyCallingConfiguration
impl Unpin for DnisEmergencyCallingConfiguration
impl UnwindSafe for DnisEmergencyCallingConfiguration
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