Struct aws_sdk_chime::model::Origination
source · [−]#[non_exhaustive]pub struct Origination { /* private fields */ }Expand description
Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.
The parameters listed below are not required, but you must use at least one.
Implementations
sourceimpl Origination
impl Origination
sourcepub fn routes(&self) -> Option<&[OriginationRoute]>
pub fn routes(&self) -> Option<&[OriginationRoute]>
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20. This parameter is not required, but you must specify this parameter or Disabled.
sourceimpl Origination
impl Origination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Origination.
Trait Implementations
sourceimpl Clone for Origination
impl Clone for Origination
sourcefn clone(&self) -> Origination
fn clone(&self) -> Origination
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 more
sourceimpl Debug for Origination
impl Debug for Origination
sourceimpl PartialEq<Origination> for Origination
impl PartialEq<Origination> for Origination
sourcefn eq(&self, other: &Origination) -> bool
fn eq(&self, other: &Origination) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Origination) -> bool
fn ne(&self, other: &Origination) -> bool
This method tests for !=.
impl StructuralPartialEq for Origination
Auto Trait Implementations
impl RefUnwindSafe for Origination
impl Send for Origination
impl Sync for Origination
impl Unpin for Origination
impl UnwindSafe for Origination
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more