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