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