Struct aws_sdk_chime::input::ListProxySessionsInput
source · [−]#[non_exhaustive]pub struct ListProxySessionsInput { /* private fields */ }Implementations
sourceimpl ListProxySessionsInput
impl ListProxySessionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListProxySessions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListProxySessions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListProxySessions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListProxySessionsInput.
sourceimpl ListProxySessionsInput
impl ListProxySessionsInput
sourcepub fn voice_connector_id(&self) -> Option<&str>
pub fn voice_connector_id(&self) -> Option<&str>
The Amazon Chime voice connector ID.
sourcepub fn status(&self) -> Option<&ProxySessionStatus>
pub fn status(&self) -> Option<&ProxySessionStatus>
The proxy session status.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a single call.
Trait Implementations
sourceimpl Clone for ListProxySessionsInput
impl Clone for ListProxySessionsInput
sourcefn clone(&self) -> ListProxySessionsInput
fn clone(&self) -> ListProxySessionsInput
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 ListProxySessionsInput
impl Debug for ListProxySessionsInput
sourceimpl PartialEq<ListProxySessionsInput> for ListProxySessionsInput
impl PartialEq<ListProxySessionsInput> for ListProxySessionsInput
sourcefn eq(&self, other: &ListProxySessionsInput) -> bool
fn eq(&self, other: &ListProxySessionsInput) -> bool
impl StructuralPartialEq for ListProxySessionsInput
Auto Trait Implementations
impl RefUnwindSafe for ListProxySessionsInput
impl Send for ListProxySessionsInput
impl Sync for ListProxySessionsInput
impl Unpin for ListProxySessionsInput
impl UnwindSafe for ListProxySessionsInput
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