Struct aws_sdk_chime::operation::delete_channel_message::builders::DeleteChannelMessageInputBuilder
source · #[non_exhaustive]pub struct DeleteChannelMessageInputBuilder { /* private fields */ }Expand description
A builder for DeleteChannelMessageInput.
Implementations§
source§impl DeleteChannelMessageInputBuilder
impl DeleteChannelMessageInputBuilder
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 message_id(self, input: impl Into<String>) -> Self
pub fn message_id(self, input: impl Into<String>) -> Self
The ID of the message being deleted.
sourcepub fn set_message_id(self, input: Option<String>) -> Self
pub fn set_message_id(self, input: Option<String>) -> Self
The ID of the message being deleted.
sourcepub fn chime_bearer(self, input: impl Into<String>) -> Self
pub fn chime_bearer(self, input: impl Into<String>) -> Self
The AppInstanceUserArn of the user that makes the API call.
sourcepub fn set_chime_bearer(self, input: Option<String>) -> Self
pub fn set_chime_bearer(self, input: Option<String>) -> Self
The AppInstanceUserArn of the user that makes the API call.
sourcepub fn build(self) -> Result<DeleteChannelMessageInput, BuildError>
pub fn build(self) -> Result<DeleteChannelMessageInput, BuildError>
Consumes the builder and constructs a DeleteChannelMessageInput.
Trait Implementations§
source§impl Clone for DeleteChannelMessageInputBuilder
impl Clone for DeleteChannelMessageInputBuilder
source§fn clone(&self) -> DeleteChannelMessageInputBuilder
fn clone(&self) -> DeleteChannelMessageInputBuilder
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 DeleteChannelMessageInputBuilder
impl Default for DeleteChannelMessageInputBuilder
source§fn default() -> DeleteChannelMessageInputBuilder
fn default() -> DeleteChannelMessageInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteChannelMessageInputBuilder> for DeleteChannelMessageInputBuilder
impl PartialEq<DeleteChannelMessageInputBuilder> for DeleteChannelMessageInputBuilder
source§fn eq(&self, other: &DeleteChannelMessageInputBuilder) -> bool
fn eq(&self, other: &DeleteChannelMessageInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteChannelMessageInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteChannelMessageInputBuilder
impl Send for DeleteChannelMessageInputBuilder
impl Sync for DeleteChannelMessageInputBuilder
impl Unpin for DeleteChannelMessageInputBuilder
impl UnwindSafe for DeleteChannelMessageInputBuilder
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