#[non_exhaustive]pub struct ListChannelMembershipsForAppInstanceUserInput { /* private fields */ }Implementations
sourceimpl ListChannelMembershipsForAppInstanceUserInput
impl ListChannelMembershipsForAppInstanceUserInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListChannelMembershipsForAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListChannelMembershipsForAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListChannelMembershipsForAppInstanceUser>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListChannelMembershipsForAppInstanceUserInput.
sourceimpl ListChannelMembershipsForAppInstanceUserInput
impl ListChannelMembershipsForAppInstanceUserInput
sourcepub fn app_instance_user_arn(&self) -> Option<&str>
pub fn app_instance_user_arn(&self) -> Option<&str>
The ARN of the AppInstanceUsers
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of users that you want returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned from previous API requests until the number of channel memberships is reached.
sourcepub fn chime_bearer(&self) -> Option<&str>
pub fn chime_bearer(&self) -> Option<&str>
The AppInstanceUserArn of the user that makes the API call.
Trait Implementations
sourceimpl Clone for ListChannelMembershipsForAppInstanceUserInput
impl Clone for ListChannelMembershipsForAppInstanceUserInput
sourcefn clone(&self) -> ListChannelMembershipsForAppInstanceUserInput
fn clone(&self) -> ListChannelMembershipsForAppInstanceUserInput
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 PartialEq<ListChannelMembershipsForAppInstanceUserInput> for ListChannelMembershipsForAppInstanceUserInput
impl PartialEq<ListChannelMembershipsForAppInstanceUserInput> for ListChannelMembershipsForAppInstanceUserInput
sourcefn eq(&self, other: &ListChannelMembershipsForAppInstanceUserInput) -> bool
fn eq(&self, other: &ListChannelMembershipsForAppInstanceUserInput) -> bool
impl StructuralPartialEq for ListChannelMembershipsForAppInstanceUserInput
Auto Trait Implementations
impl RefUnwindSafe for ListChannelMembershipsForAppInstanceUserInput
impl Send for ListChannelMembershipsForAppInstanceUserInput
impl Sync for ListChannelMembershipsForAppInstanceUserInput
impl Unpin for ListChannelMembershipsForAppInstanceUserInput
impl UnwindSafe for ListChannelMembershipsForAppInstanceUserInput
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