#[non_exhaustive]pub struct SuppressedDestinationAttributesBuilder { /* private fields */ }Expand description
A builder for SuppressedDestinationAttributes.
Implementations§
source§impl SuppressedDestinationAttributesBuilder
impl SuppressedDestinationAttributesBuilder
sourcepub fn message_id(self, input: impl Into<String>) -> Self
pub fn message_id(self, input: impl Into<String>) -> Self
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
sourcepub fn set_message_id(self, input: Option<String>) -> Self
pub fn set_message_id(self, input: Option<String>) -> Self
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
sourcepub fn feedback_id(self, input: impl Into<String>) -> Self
pub fn feedback_id(self, input: impl Into<String>) -> Self
A unique identifier that's generated when an email address is added to the suppression list for your account.
sourcepub fn set_feedback_id(self, input: Option<String>) -> Self
pub fn set_feedback_id(self, input: Option<String>) -> Self
A unique identifier that's generated when an email address is added to the suppression list for your account.
sourcepub fn build(self) -> SuppressedDestinationAttributes
pub fn build(self) -> SuppressedDestinationAttributes
Consumes the builder and constructs a SuppressedDestinationAttributes.
Trait Implementations§
source§impl Clone for SuppressedDestinationAttributesBuilder
impl Clone for SuppressedDestinationAttributesBuilder
source§fn clone(&self) -> SuppressedDestinationAttributesBuilder
fn clone(&self) -> SuppressedDestinationAttributesBuilder
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 SuppressedDestinationAttributesBuilder
impl Default for SuppressedDestinationAttributesBuilder
source§fn default() -> SuppressedDestinationAttributesBuilder
fn default() -> SuppressedDestinationAttributesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SuppressedDestinationAttributesBuilder> for SuppressedDestinationAttributesBuilder
impl PartialEq<SuppressedDestinationAttributesBuilder> for SuppressedDestinationAttributesBuilder
source§fn eq(&self, other: &SuppressedDestinationAttributesBuilder) -> bool
fn eq(&self, other: &SuppressedDestinationAttributesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.