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