Struct aws_sdk_chime::input::PutVoiceConnectorProxyInput
source · [−]#[non_exhaustive]pub struct PutVoiceConnectorProxyInput { /* private fields */ }Implementations
sourceimpl PutVoiceConnectorProxyInput
impl PutVoiceConnectorProxyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutVoiceConnectorProxy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutVoiceConnectorProxy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutVoiceConnectorProxy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutVoiceConnectorProxyInput.
sourceimpl PutVoiceConnectorProxyInput
impl PutVoiceConnectorProxyInput
sourcepub fn voice_connector_id(&self) -> Option<&str>
pub fn voice_connector_id(&self) -> Option<&str>
The Amazon Chime voice connector ID.
sourcepub fn default_session_expiry_minutes(&self) -> Option<i32>
pub fn default_session_expiry_minutes(&self) -> Option<i32>
The default number of minutes allowed for proxy sessions.
sourcepub fn phone_number_pool_countries(&self) -> Option<&[String]>
pub fn phone_number_pool_countries(&self) -> Option<&[String]>
The countries for proxy phone numbers to be selected from.
sourcepub fn fall_back_phone_number(&self) -> Option<&str>
pub fn fall_back_phone_number(&self) -> Option<&str>
The phone number to route calls to after a proxy session expires.
Trait Implementations
sourceimpl Clone for PutVoiceConnectorProxyInput
impl Clone for PutVoiceConnectorProxyInput
sourcefn clone(&self) -> PutVoiceConnectorProxyInput
fn clone(&self) -> PutVoiceConnectorProxyInput
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 Debug for PutVoiceConnectorProxyInput
impl Debug for PutVoiceConnectorProxyInput
sourceimpl PartialEq<PutVoiceConnectorProxyInput> for PutVoiceConnectorProxyInput
impl PartialEq<PutVoiceConnectorProxyInput> for PutVoiceConnectorProxyInput
sourcefn eq(&self, other: &PutVoiceConnectorProxyInput) -> bool
fn eq(&self, other: &PutVoiceConnectorProxyInput) -> bool
impl StructuralPartialEq for PutVoiceConnectorProxyInput
Auto Trait Implementations
impl RefUnwindSafe for PutVoiceConnectorProxyInput
impl Send for PutVoiceConnectorProxyInput
impl Sync for PutVoiceConnectorProxyInput
impl Unpin for PutVoiceConnectorProxyInput
impl UnwindSafe for PutVoiceConnectorProxyInput
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