Struct aws_sdk_sesv2::types::builders::ReputationOptionsBuilder
source · #[non_exhaustive]pub struct ReputationOptionsBuilder { /* private fields */ }Expand description
A builder for ReputationOptions.
Implementations§
source§impl ReputationOptionsBuilder
impl ReputationOptionsBuilder
sourcepub fn reputation_metrics_enabled(self, input: bool) -> Self
pub fn reputation_metrics_enabled(self, input: bool) -> Self
If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.
sourcepub fn set_reputation_metrics_enabled(self, input: Option<bool>) -> Self
pub fn set_reputation_metrics_enabled(self, input: Option<bool>) -> Self
If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.
sourcepub fn get_reputation_metrics_enabled(&self) -> &Option<bool>
pub fn get_reputation_metrics_enabled(&self) -> &Option<bool>
If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.
sourcepub fn last_fresh_start(self, input: DateTime) -> Self
pub fn last_fresh_start(self, input: DateTime) -> Self
The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
sourcepub fn set_last_fresh_start(self, input: Option<DateTime>) -> Self
pub fn set_last_fresh_start(self, input: Option<DateTime>) -> Self
The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
sourcepub fn get_last_fresh_start(&self) -> &Option<DateTime>
pub fn get_last_fresh_start(&self) -> &Option<DateTime>
The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
sourcepub fn build(self) -> ReputationOptions
pub fn build(self) -> ReputationOptions
Consumes the builder and constructs a ReputationOptions.
Trait Implementations§
source§impl Clone for ReputationOptionsBuilder
impl Clone for ReputationOptionsBuilder
source§fn clone(&self) -> ReputationOptionsBuilder
fn clone(&self) -> ReputationOptionsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ReputationOptionsBuilder
impl Debug for ReputationOptionsBuilder
source§impl Default for ReputationOptionsBuilder
impl Default for ReputationOptionsBuilder
source§fn default() -> ReputationOptionsBuilder
fn default() -> ReputationOptionsBuilder
source§impl PartialEq for ReputationOptionsBuilder
impl PartialEq for ReputationOptionsBuilder
source§fn eq(&self, other: &ReputationOptionsBuilder) -> bool
fn eq(&self, other: &ReputationOptionsBuilder) -> bool
self and other values to be equal, and is used
by ==.