Struct aws_sdk_chime::input::GetVoiceConnectorProxyInput
source · [−]#[non_exhaustive]pub struct GetVoiceConnectorProxyInput { /* private fields */ }Implementations
sourceimpl GetVoiceConnectorProxyInput
impl GetVoiceConnectorProxyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVoiceConnectorProxy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVoiceConnectorProxy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetVoiceConnectorProxy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetVoiceConnectorProxyInput.
sourceimpl GetVoiceConnectorProxyInput
impl GetVoiceConnectorProxyInput
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 GetVoiceConnectorProxyInput
impl Clone for GetVoiceConnectorProxyInput
sourcefn clone(&self) -> GetVoiceConnectorProxyInput
fn clone(&self) -> GetVoiceConnectorProxyInput
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 GetVoiceConnectorProxyInput
impl Debug for GetVoiceConnectorProxyInput
sourceimpl PartialEq<GetVoiceConnectorProxyInput> for GetVoiceConnectorProxyInput
impl PartialEq<GetVoiceConnectorProxyInput> for GetVoiceConnectorProxyInput
sourcefn eq(&self, other: &GetVoiceConnectorProxyInput) -> bool
fn eq(&self, other: &GetVoiceConnectorProxyInput) -> bool
impl StructuralPartialEq for GetVoiceConnectorProxyInput
Auto Trait Implementations
impl RefUnwindSafe for GetVoiceConnectorProxyInput
impl Send for GetVoiceConnectorProxyInput
impl Sync for GetVoiceConnectorProxyInput
impl Unpin for GetVoiceConnectorProxyInput
impl UnwindSafe for GetVoiceConnectorProxyInput
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