#[non_exhaustive]pub struct GetProxySessionInput { /* private fields */ }Implementations§
source§impl GetProxySessionInput
impl GetProxySessionInput
sourcepub fn voice_connector_id(&self) -> Option<&str>
pub fn voice_connector_id(&self) -> Option<&str>
The Amazon Chime voice connector ID.
sourcepub fn proxy_session_id(&self) -> Option<&str>
pub fn proxy_session_id(&self) -> Option<&str>
The proxy session ID.
source§impl GetProxySessionInput
impl GetProxySessionInput
sourcepub fn builder() -> GetProxySessionInputBuilder
pub fn builder() -> GetProxySessionInputBuilder
Creates a new builder-style object to manufacture GetProxySessionInput.
source§impl GetProxySessionInput
impl GetProxySessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetProxySession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetProxySession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetProxySession>
Trait Implementations§
source§impl Clone for GetProxySessionInput
impl Clone for GetProxySessionInput
source§fn clone(&self) -> GetProxySessionInput
fn clone(&self) -> GetProxySessionInput
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 GetProxySessionInput
impl Debug for GetProxySessionInput
source§impl PartialEq<GetProxySessionInput> for GetProxySessionInput
impl PartialEq<GetProxySessionInput> for GetProxySessionInput
source§fn eq(&self, other: &GetProxySessionInput) -> bool
fn eq(&self, other: &GetProxySessionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetProxySessionInput
Auto Trait Implementations§
impl RefUnwindSafe for GetProxySessionInput
impl Send for GetProxySessionInput
impl Sync for GetProxySessionInput
impl Unpin for GetProxySessionInput
impl UnwindSafe for GetProxySessionInput
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