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