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