#[non_exhaustive]pub struct SendBulkEmailOutputBuilder { /* private fields */ }Expand description
A builder for SendBulkEmailOutput.
Implementations§
source§impl SendBulkEmailOutputBuilder
impl SendBulkEmailOutputBuilder
sourcepub fn bulk_email_entry_results(self, input: BulkEmailEntryResult) -> Self
pub fn bulk_email_entry_results(self, input: BulkEmailEntryResult) -> Self
Appends an item to bulk_email_entry_results.
To override the contents of this collection use set_bulk_email_entry_results.
One object per intended recipient. Check each response object and retry any messages with a failure status.
sourcepub fn set_bulk_email_entry_results(
self,
input: Option<Vec<BulkEmailEntryResult>>
) -> Self
pub fn set_bulk_email_entry_results( self, input: Option<Vec<BulkEmailEntryResult>> ) -> Self
One object per intended recipient. Check each response object and retry any messages with a failure status.
sourcepub fn build(self) -> SendBulkEmailOutput
pub fn build(self) -> SendBulkEmailOutput
Consumes the builder and constructs a SendBulkEmailOutput.
Trait Implementations§
source§impl Clone for SendBulkEmailOutputBuilder
impl Clone for SendBulkEmailOutputBuilder
source§fn clone(&self) -> SendBulkEmailOutputBuilder
fn clone(&self) -> SendBulkEmailOutputBuilder
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 Debug for SendBulkEmailOutputBuilder
impl Debug for SendBulkEmailOutputBuilder
source§impl Default for SendBulkEmailOutputBuilder
impl Default for SendBulkEmailOutputBuilder
source§fn default() -> SendBulkEmailOutputBuilder
fn default() -> SendBulkEmailOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SendBulkEmailOutputBuilder> for SendBulkEmailOutputBuilder
impl PartialEq<SendBulkEmailOutputBuilder> for SendBulkEmailOutputBuilder
source§fn eq(&self, other: &SendBulkEmailOutputBuilder) -> bool
fn eq(&self, other: &SendBulkEmailOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.