Struct aws_sdk_chime::input::ListAppInstanceUsersInput
source · [−]#[non_exhaustive]pub struct ListAppInstanceUsersInput { /* private fields */ }Implementations
sourceimpl ListAppInstanceUsersInput
impl ListAppInstanceUsersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAppInstanceUsers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAppInstanceUsers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAppInstanceUsers>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAppInstanceUsersInput.
sourceimpl ListAppInstanceUsersInput
impl ListAppInstanceUsersInput
sourcepub fn app_instance_arn(&self) -> Option<&str>
pub fn app_instance_arn(&self) -> Option<&str>
The ARN of the AppInstance.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of requests that you want returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token passed by previous API calls until all requested users are returned.
Trait Implementations
sourceimpl Clone for ListAppInstanceUsersInput
impl Clone for ListAppInstanceUsersInput
sourcefn clone(&self) -> ListAppInstanceUsersInput
fn clone(&self) -> ListAppInstanceUsersInput
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 ListAppInstanceUsersInput
impl Debug for ListAppInstanceUsersInput
sourceimpl PartialEq<ListAppInstanceUsersInput> for ListAppInstanceUsersInput
impl PartialEq<ListAppInstanceUsersInput> for ListAppInstanceUsersInput
sourcefn eq(&self, other: &ListAppInstanceUsersInput) -> bool
fn eq(&self, other: &ListAppInstanceUsersInput) -> bool
impl StructuralPartialEq for ListAppInstanceUsersInput
Auto Trait Implementations
impl RefUnwindSafe for ListAppInstanceUsersInput
impl Send for ListAppInstanceUsersInput
impl Sync for ListAppInstanceUsersInput
impl Unpin for ListAppInstanceUsersInput
impl UnwindSafe for ListAppInstanceUsersInput
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