Struct aws_sdk_sesv2::types::builders::EventDetailsBuilder
source · #[non_exhaustive]pub struct EventDetailsBuilder { /* private fields */ }Expand description
A builder for EventDetails.
Implementations§
source§impl EventDetailsBuilder
impl EventDetailsBuilder
sourcepub fn set_bounce(self, input: Option<Bounce>) -> Self
pub fn set_bounce(self, input: Option<Bounce>) -> Self
Information about a Bounce event.
sourcepub fn get_bounce(&self) -> &Option<Bounce>
pub fn get_bounce(&self) -> &Option<Bounce>
Information about a Bounce event.
sourcepub fn set_complaint(self, input: Option<Complaint>) -> Self
pub fn set_complaint(self, input: Option<Complaint>) -> Self
Information about a Complaint event.
sourcepub fn get_complaint(&self) -> &Option<Complaint>
pub fn get_complaint(&self) -> &Option<Complaint>
Information about a Complaint event.
sourcepub fn build(self) -> EventDetails
pub fn build(self) -> EventDetails
Consumes the builder and constructs a EventDetails.
Trait Implementations§
source§impl Clone for EventDetailsBuilder
impl Clone for EventDetailsBuilder
source§fn clone(&self) -> EventDetailsBuilder
fn clone(&self) -> EventDetailsBuilder
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 EventDetailsBuilder
impl Debug for EventDetailsBuilder
source§impl Default for EventDetailsBuilder
impl Default for EventDetailsBuilder
source§fn default() -> EventDetailsBuilder
fn default() -> EventDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EventDetailsBuilder
impl PartialEq for EventDetailsBuilder
source§fn eq(&self, other: &EventDetailsBuilder) -> bool
fn eq(&self, other: &EventDetailsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EventDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for EventDetailsBuilder
impl Send for EventDetailsBuilder
impl Sync for EventDetailsBuilder
impl Unpin for EventDetailsBuilder
impl UnwindSafe for EventDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.