Struct aws_sdk_chime::input::GetProxySessionInput
source · [−]#[non_exhaustive]pub struct GetProxySessionInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetProxySessionInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for GetProxySessionInput
impl Clone for GetProxySessionInput
sourcefn clone(&self) -> GetProxySessionInput
fn clone(&self) -> GetProxySessionInput
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 GetProxySessionInput
impl Debug for GetProxySessionInput
sourceimpl PartialEq<GetProxySessionInput> for GetProxySessionInput
impl PartialEq<GetProxySessionInput> for GetProxySessionInput
sourcefn eq(&self, other: &GetProxySessionInput) -> bool
fn eq(&self, other: &GetProxySessionInput) -> bool
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
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