Struct aws_sdk_sesv2::types::builders::VolumeStatisticsBuilder
source · #[non_exhaustive]pub struct VolumeStatisticsBuilder { /* private fields */ }Expand description
A builder for VolumeStatistics.
Implementations§
source§impl VolumeStatisticsBuilder
impl VolumeStatisticsBuilder
sourcepub fn inbox_raw_count(self, input: i64) -> Self
pub fn inbox_raw_count(self, input: i64) -> Self
The total number of emails that arrived in recipients' inboxes.
sourcepub fn set_inbox_raw_count(self, input: Option<i64>) -> Self
pub fn set_inbox_raw_count(self, input: Option<i64>) -> Self
The total number of emails that arrived in recipients' inboxes.
sourcepub fn get_inbox_raw_count(&self) -> &Option<i64>
pub fn get_inbox_raw_count(&self) -> &Option<i64>
The total number of emails that arrived in recipients' inboxes.
sourcepub fn spam_raw_count(self, input: i64) -> Self
pub fn spam_raw_count(self, input: i64) -> Self
The total number of emails that arrived in recipients' spam or junk mail folders.
sourcepub fn set_spam_raw_count(self, input: Option<i64>) -> Self
pub fn set_spam_raw_count(self, input: Option<i64>) -> Self
The total number of emails that arrived in recipients' spam or junk mail folders.
sourcepub fn get_spam_raw_count(&self) -> &Option<i64>
pub fn get_spam_raw_count(&self) -> &Option<i64>
The total number of emails that arrived in recipients' spam or junk mail folders.
sourcepub fn projected_inbox(self, input: i64) -> Self
pub fn projected_inbox(self, input: i64) -> Self
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
sourcepub fn set_projected_inbox(self, input: Option<i64>) -> Self
pub fn set_projected_inbox(self, input: Option<i64>) -> Self
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
sourcepub fn get_projected_inbox(&self) -> &Option<i64>
pub fn get_projected_inbox(&self) -> &Option<i64>
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
sourcepub fn projected_spam(self, input: i64) -> Self
pub fn projected_spam(self, input: i64) -> Self
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
sourcepub fn set_projected_spam(self, input: Option<i64>) -> Self
pub fn set_projected_spam(self, input: Option<i64>) -> Self
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
sourcepub fn get_projected_spam(&self) -> &Option<i64>
pub fn get_projected_spam(&self) -> &Option<i64>
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
sourcepub fn build(self) -> VolumeStatistics
pub fn build(self) -> VolumeStatistics
Consumes the builder and constructs a VolumeStatistics.
Trait Implementations§
source§impl Clone for VolumeStatisticsBuilder
impl Clone for VolumeStatisticsBuilder
source§fn clone(&self) -> VolumeStatisticsBuilder
fn clone(&self) -> VolumeStatisticsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for VolumeStatisticsBuilder
impl Debug for VolumeStatisticsBuilder
source§impl Default for VolumeStatisticsBuilder
impl Default for VolumeStatisticsBuilder
source§fn default() -> VolumeStatisticsBuilder
fn default() -> VolumeStatisticsBuilder
source§impl PartialEq for VolumeStatisticsBuilder
impl PartialEq for VolumeStatisticsBuilder
source§fn eq(&self, other: &VolumeStatisticsBuilder) -> bool
fn eq(&self, other: &VolumeStatisticsBuilder) -> bool
self and other values to be equal, and is used
by ==.