Struct aws_sdk_ses::operation::delete_configuration_set::builders::DeleteConfigurationSetInputBuilder
source · #[non_exhaustive]pub struct DeleteConfigurationSetInputBuilder { /* private fields */ }Expand description
A builder for DeleteConfigurationSetInput.
Implementations§
source§impl DeleteConfigurationSetInputBuilder
impl DeleteConfigurationSetInputBuilder
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The name of the configuration set to delete.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The name of the configuration set to delete.
sourcepub fn build(self) -> Result<DeleteConfigurationSetInput, BuildError>
pub fn build(self) -> Result<DeleteConfigurationSetInput, BuildError>
Consumes the builder and constructs a DeleteConfigurationSetInput.
Trait Implementations§
source§impl Clone for DeleteConfigurationSetInputBuilder
impl Clone for DeleteConfigurationSetInputBuilder
source§fn clone(&self) -> DeleteConfigurationSetInputBuilder
fn clone(&self) -> DeleteConfigurationSetInputBuilder
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 DeleteConfigurationSetInputBuilder
impl Default for DeleteConfigurationSetInputBuilder
source§fn default() -> DeleteConfigurationSetInputBuilder
fn default() -> DeleteConfigurationSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteConfigurationSetInputBuilder> for DeleteConfigurationSetInputBuilder
impl PartialEq<DeleteConfigurationSetInputBuilder> for DeleteConfigurationSetInputBuilder
source§fn eq(&self, other: &DeleteConfigurationSetInputBuilder) -> bool
fn eq(&self, other: &DeleteConfigurationSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteConfigurationSetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteConfigurationSetInputBuilder
impl Send for DeleteConfigurationSetInputBuilder
impl Sync for DeleteConfigurationSetInputBuilder
impl Unpin for DeleteConfigurationSetInputBuilder
impl UnwindSafe for DeleteConfigurationSetInputBuilder
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