Struct aws_sdk_chime::operation::create_channel_ban::builders::CreateChannelBanOutputBuilder
source · #[non_exhaustive]pub struct CreateChannelBanOutputBuilder { /* private fields */ }Expand description
A builder for CreateChannelBanOutput.
Implementations§
source§impl CreateChannelBanOutputBuilder
impl CreateChannelBanOutputBuilder
sourcepub fn channel_arn(self, input: impl Into<String>) -> Self
pub fn channel_arn(self, input: impl Into<String>) -> Self
The ARN of the response to the ban request.
sourcepub fn set_channel_arn(self, input: Option<String>) -> Self
pub fn set_channel_arn(self, input: Option<String>) -> Self
The ARN of the response to the ban request.
sourcepub fn member(self, input: Identity) -> Self
pub fn member(self, input: Identity) -> Self
The ChannelArn and BannedIdentity of the member in the ban response.
sourcepub fn set_member(self, input: Option<Identity>) -> Self
pub fn set_member(self, input: Option<Identity>) -> Self
The ChannelArn and BannedIdentity of the member in the ban response.
sourcepub fn build(self) -> CreateChannelBanOutput
pub fn build(self) -> CreateChannelBanOutput
Consumes the builder and constructs a CreateChannelBanOutput.
Trait Implementations§
source§impl Clone for CreateChannelBanOutputBuilder
impl Clone for CreateChannelBanOutputBuilder
source§fn clone(&self) -> CreateChannelBanOutputBuilder
fn clone(&self) -> CreateChannelBanOutputBuilder
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 CreateChannelBanOutputBuilder
impl Default for CreateChannelBanOutputBuilder
source§fn default() -> CreateChannelBanOutputBuilder
fn default() -> CreateChannelBanOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateChannelBanOutputBuilder> for CreateChannelBanOutputBuilder
impl PartialEq<CreateChannelBanOutputBuilder> for CreateChannelBanOutputBuilder
source§fn eq(&self, other: &CreateChannelBanOutputBuilder) -> bool
fn eq(&self, other: &CreateChannelBanOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateChannelBanOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateChannelBanOutputBuilder
impl Send for CreateChannelBanOutputBuilder
impl Sync for CreateChannelBanOutputBuilder
impl Unpin for CreateChannelBanOutputBuilder
impl UnwindSafe for CreateChannelBanOutputBuilder
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