Struct aws_sdk_sesv2::operation::delete_configuration_set_event_destination::builders::DeleteConfigurationSetEventDestinationOutputBuilder
source · #[non_exhaustive]pub struct DeleteConfigurationSetEventDestinationOutputBuilder { /* private fields */ }Expand description
A builder for DeleteConfigurationSetEventDestinationOutput.
Implementations§
source§impl DeleteConfigurationSetEventDestinationOutputBuilder
impl DeleteConfigurationSetEventDestinationOutputBuilder
sourcepub fn build(self) -> DeleteConfigurationSetEventDestinationOutput
pub fn build(self) -> DeleteConfigurationSetEventDestinationOutput
Consumes the builder and constructs a DeleteConfigurationSetEventDestinationOutput.
Trait Implementations§
source§impl Clone for DeleteConfigurationSetEventDestinationOutputBuilder
impl Clone for DeleteConfigurationSetEventDestinationOutputBuilder
source§fn clone(&self) -> DeleteConfigurationSetEventDestinationOutputBuilder
fn clone(&self) -> DeleteConfigurationSetEventDestinationOutputBuilder
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 DeleteConfigurationSetEventDestinationOutputBuilder
impl Default for DeleteConfigurationSetEventDestinationOutputBuilder
source§fn default() -> DeleteConfigurationSetEventDestinationOutputBuilder
fn default() -> DeleteConfigurationSetEventDestinationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteConfigurationSetEventDestinationOutputBuilder> for DeleteConfigurationSetEventDestinationOutputBuilder
impl PartialEq<DeleteConfigurationSetEventDestinationOutputBuilder> for DeleteConfigurationSetEventDestinationOutputBuilder
source§fn eq(
&self,
other: &DeleteConfigurationSetEventDestinationOutputBuilder
) -> bool
fn eq( &self, other: &DeleteConfigurationSetEventDestinationOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.