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