Struct aws_sdk_sesv2::types::ImportDestination
source · #[non_exhaustive]pub struct ImportDestination { /* private fields */ }Expand description
An object that contains details about the resource destination the import job is going to target.
Implementations§
source§impl ImportDestination
impl ImportDestination
sourcepub fn suppression_list_destination(
&self
) -> Option<&SuppressionListDestination>
pub fn suppression_list_destination( &self ) -> Option<&SuppressionListDestination>
An object that contains the action of the import job towards suppression list.
sourcepub fn contact_list_destination(&self) -> Option<&ContactListDestination>
pub fn contact_list_destination(&self) -> Option<&ContactListDestination>
An object that contains the action of the import job towards a contact list.
source§impl ImportDestination
impl ImportDestination
sourcepub fn builder() -> ImportDestinationBuilder
pub fn builder() -> ImportDestinationBuilder
Creates a new builder-style object to manufacture ImportDestination.
Trait Implementations§
source§impl Clone for ImportDestination
impl Clone for ImportDestination
source§fn clone(&self) -> ImportDestination
fn clone(&self) -> ImportDestination
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 ImportDestination
impl Debug for ImportDestination
source§impl PartialEq<ImportDestination> for ImportDestination
impl PartialEq<ImportDestination> for ImportDestination
source§fn eq(&self, other: &ImportDestination) -> bool
fn eq(&self, other: &ImportDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.