Struct aws_sdk_sesv2::types::builders::OverallVolumeBuilder
source · #[non_exhaustive]pub struct OverallVolumeBuilder { /* private fields */ }Expand description
A builder for OverallVolume.
Implementations§
source§impl OverallVolumeBuilder
impl OverallVolumeBuilder
sourcepub fn volume_statistics(self, input: VolumeStatistics) -> Self
pub fn volume_statistics(self, input: VolumeStatistics) -> Self
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
sourcepub fn set_volume_statistics(self, input: Option<VolumeStatistics>) -> Self
pub fn set_volume_statistics(self, input: Option<VolumeStatistics>) -> Self
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
sourcepub fn get_volume_statistics(&self) -> &Option<VolumeStatistics>
pub fn get_volume_statistics(&self) -> &Option<VolumeStatistics>
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
sourcepub fn read_rate_percent(self, input: f64) -> Self
pub fn read_rate_percent(self, input: f64) -> Self
The percentage of emails that were sent from the domain that were read by their recipients.
sourcepub fn set_read_rate_percent(self, input: Option<f64>) -> Self
pub fn set_read_rate_percent(self, input: Option<f64>) -> Self
The percentage of emails that were sent from the domain that were read by their recipients.
sourcepub fn get_read_rate_percent(&self) -> &Option<f64>
pub fn get_read_rate_percent(&self) -> &Option<f64>
The percentage of emails that were sent from the domain that were read by their recipients.
sourcepub fn domain_isp_placements(self, input: DomainIspPlacement) -> Self
pub fn domain_isp_placements(self, input: DomainIspPlacement) -> Self
Appends an item to domain_isp_placements.
To override the contents of this collection use set_domain_isp_placements.
An object that contains inbox and junk mail placement metrics for individual email providers.
sourcepub fn set_domain_isp_placements(
self,
input: Option<Vec<DomainIspPlacement>>
) -> Self
pub fn set_domain_isp_placements( self, input: Option<Vec<DomainIspPlacement>> ) -> Self
An object that contains inbox and junk mail placement metrics for individual email providers.
sourcepub fn get_domain_isp_placements(&self) -> &Option<Vec<DomainIspPlacement>>
pub fn get_domain_isp_placements(&self) -> &Option<Vec<DomainIspPlacement>>
An object that contains inbox and junk mail placement metrics for individual email providers.
sourcepub fn build(self) -> OverallVolume
pub fn build(self) -> OverallVolume
Consumes the builder and constructs a OverallVolume.
Trait Implementations§
source§impl Clone for OverallVolumeBuilder
impl Clone for OverallVolumeBuilder
source§fn clone(&self) -> OverallVolumeBuilder
fn clone(&self) -> OverallVolumeBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for OverallVolumeBuilder
impl Debug for OverallVolumeBuilder
source§impl Default for OverallVolumeBuilder
impl Default for OverallVolumeBuilder
source§fn default() -> OverallVolumeBuilder
fn default() -> OverallVolumeBuilder
source§impl PartialEq for OverallVolumeBuilder
impl PartialEq for OverallVolumeBuilder
source§fn eq(&self, other: &OverallVolumeBuilder) -> bool
fn eq(&self, other: &OverallVolumeBuilder) -> bool
self and other values to be equal, and is used
by ==.