Struct aws_sdk_sesv2::types::builders::IspPlacementBuilder
source · #[non_exhaustive]pub struct IspPlacementBuilder { /* private fields */ }Expand description
A builder for IspPlacement.
Implementations§
source§impl IspPlacementBuilder
impl IspPlacementBuilder
sourcepub fn isp_name(self, input: impl Into<String>) -> Self
pub fn isp_name(self, input: impl Into<String>) -> Self
The name of the email provider that the inbox placement data applies to.
sourcepub fn set_isp_name(self, input: Option<String>) -> Self
pub fn set_isp_name(self, input: Option<String>) -> Self
The name of the email provider that the inbox placement data applies to.
sourcepub fn placement_statistics(self, input: PlacementStatistics) -> Self
pub fn placement_statistics(self, input: PlacementStatistics) -> Self
An object that contains inbox placement metrics for a specific email provider.
sourcepub fn set_placement_statistics(
self,
input: Option<PlacementStatistics>
) -> Self
pub fn set_placement_statistics( self, input: Option<PlacementStatistics> ) -> Self
An object that contains inbox placement metrics for a specific email provider.
sourcepub fn build(self) -> IspPlacement
pub fn build(self) -> IspPlacement
Consumes the builder and constructs a IspPlacement.
Trait Implementations§
source§impl Clone for IspPlacementBuilder
impl Clone for IspPlacementBuilder
source§fn clone(&self) -> IspPlacementBuilder
fn clone(&self) -> IspPlacementBuilder
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 IspPlacementBuilder
impl Debug for IspPlacementBuilder
source§impl Default for IspPlacementBuilder
impl Default for IspPlacementBuilder
source§fn default() -> IspPlacementBuilder
fn default() -> IspPlacementBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<IspPlacementBuilder> for IspPlacementBuilder
impl PartialEq<IspPlacementBuilder> for IspPlacementBuilder
source§fn eq(&self, other: &IspPlacementBuilder) -> bool
fn eq(&self, other: &IspPlacementBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.