Struct aws_sdk_sesv2::types::ImportDataSource
source · #[non_exhaustive]pub struct ImportDataSource { /* private fields */ }Expand description
An object that contains details about the data source of the import job.
Implementations§
source§impl ImportDataSource
impl ImportDataSource
sourcepub fn data_format(&self) -> Option<&DataFormat>
pub fn data_format(&self) -> Option<&DataFormat>
The data format of the import job's data source.
source§impl ImportDataSource
impl ImportDataSource
sourcepub fn builder() -> ImportDataSourceBuilder
pub fn builder() -> ImportDataSourceBuilder
Creates a new builder-style object to manufacture ImportDataSource.
Trait Implementations§
source§impl Clone for ImportDataSource
impl Clone for ImportDataSource
source§fn clone(&self) -> ImportDataSource
fn clone(&self) -> ImportDataSource
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 ImportDataSource
impl Debug for ImportDataSource
source§impl PartialEq<ImportDataSource> for ImportDataSource
impl PartialEq<ImportDataSource> for ImportDataSource
source§fn eq(&self, other: &ImportDataSource) -> bool
fn eq(&self, other: &ImportDataSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.