Struct aws_sdk_chime::types::OriginationRoute
source · #[non_exhaustive]pub struct OriginationRoute { /* private fields */ }Expand description
Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.
The parameters listed below are not required, but you must use at least one.
Implementations§
source§impl OriginationRoute
impl OriginationRoute
sourcepub fn protocol(&self) -> Option<&OriginationRouteProtocol>
pub fn protocol(&self) -> Option<&OriginationRouteProtocol>
The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.
source§impl OriginationRoute
impl OriginationRoute
sourcepub fn builder() -> OriginationRouteBuilder
pub fn builder() -> OriginationRouteBuilder
Creates a new builder-style object to manufacture OriginationRoute.
Trait Implementations§
source§impl Clone for OriginationRoute
impl Clone for OriginationRoute
source§fn clone(&self) -> OriginationRoute
fn clone(&self) -> OriginationRoute
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 OriginationRoute
impl Debug for OriginationRoute
source§impl PartialEq<OriginationRoute> for OriginationRoute
impl PartialEq<OriginationRoute> for OriginationRoute
source§fn eq(&self, other: &OriginationRoute) -> bool
fn eq(&self, other: &OriginationRoute) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for OriginationRoute
Auto Trait Implementations§
impl RefUnwindSafe for OriginationRoute
impl Send for OriginationRoute
impl Sync for OriginationRoute
impl Unpin for OriginationRoute
impl UnwindSafe for OriginationRoute
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