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