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