Struct aws_sdk_chime::operation::delete_events_configuration::builders::DeleteEventsConfigurationInputBuilder
source · #[non_exhaustive]pub struct DeleteEventsConfigurationInputBuilder { /* private fields */ }Expand description
A builder for DeleteEventsConfigurationInput.
Implementations§
source§impl DeleteEventsConfigurationInputBuilder
impl DeleteEventsConfigurationInputBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The bot ID.
sourcepub fn build(self) -> Result<DeleteEventsConfigurationInput, BuildError>
pub fn build(self) -> Result<DeleteEventsConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteEventsConfigurationInput.
Trait Implementations§
source§impl Clone for DeleteEventsConfigurationInputBuilder
impl Clone for DeleteEventsConfigurationInputBuilder
source§fn clone(&self) -> DeleteEventsConfigurationInputBuilder
fn clone(&self) -> DeleteEventsConfigurationInputBuilder
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 DeleteEventsConfigurationInputBuilder
impl Default for DeleteEventsConfigurationInputBuilder
source§fn default() -> DeleteEventsConfigurationInputBuilder
fn default() -> DeleteEventsConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteEventsConfigurationInputBuilder> for DeleteEventsConfigurationInputBuilder
impl PartialEq<DeleteEventsConfigurationInputBuilder> for DeleteEventsConfigurationInputBuilder
source§fn eq(&self, other: &DeleteEventsConfigurationInputBuilder) -> bool
fn eq(&self, other: &DeleteEventsConfigurationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteEventsConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEventsConfigurationInputBuilder
impl Send for DeleteEventsConfigurationInputBuilder
impl Sync for DeleteEventsConfigurationInputBuilder
impl Unpin for DeleteEventsConfigurationInputBuilder
impl UnwindSafe for DeleteEventsConfigurationInputBuilder
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