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