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