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