Struct aws_sdk_chime::operation::create_channel_moderator::builders::CreateChannelModeratorOutputBuilder
source · #[non_exhaustive]pub struct CreateChannelModeratorOutputBuilder { /* private fields */ }Expand description
A builder for CreateChannelModeratorOutput.
Implementations§
source§impl CreateChannelModeratorOutputBuilder
impl CreateChannelModeratorOutputBuilder
sourcepub fn channel_arn(self, input: impl Into<String>) -> Self
pub fn channel_arn(self, input: impl Into<String>) -> Self
The ARN of the channel.
sourcepub fn set_channel_arn(self, input: Option<String>) -> Self
pub fn set_channel_arn(self, input: Option<String>) -> Self
The ARN of the channel.
sourcepub fn channel_moderator(self, input: Identity) -> Self
pub fn channel_moderator(self, input: Identity) -> Self
The ARNs of the channel and the moderator.
sourcepub fn set_channel_moderator(self, input: Option<Identity>) -> Self
pub fn set_channel_moderator(self, input: Option<Identity>) -> Self
The ARNs of the channel and the moderator.
sourcepub fn build(self) -> CreateChannelModeratorOutput
pub fn build(self) -> CreateChannelModeratorOutput
Consumes the builder and constructs a CreateChannelModeratorOutput.
Trait Implementations§
source§impl Clone for CreateChannelModeratorOutputBuilder
impl Clone for CreateChannelModeratorOutputBuilder
source§fn clone(&self) -> CreateChannelModeratorOutputBuilder
fn clone(&self) -> CreateChannelModeratorOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateChannelModeratorOutputBuilder
impl Default for CreateChannelModeratorOutputBuilder
source§fn default() -> CreateChannelModeratorOutputBuilder
fn default() -> CreateChannelModeratorOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateChannelModeratorOutputBuilder> for CreateChannelModeratorOutputBuilder
impl PartialEq<CreateChannelModeratorOutputBuilder> for CreateChannelModeratorOutputBuilder
source§fn eq(&self, other: &CreateChannelModeratorOutputBuilder) -> bool
fn eq(&self, other: &CreateChannelModeratorOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateChannelModeratorOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateChannelModeratorOutputBuilder
impl Send for CreateChannelModeratorOutputBuilder
impl Sync for CreateChannelModeratorOutputBuilder
impl Unpin for CreateChannelModeratorOutputBuilder
impl UnwindSafe for CreateChannelModeratorOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more