Struct aws_sdk_honeycode::types::ImportDataSourceConfig
source · #[non_exhaustive]pub struct ImportDataSourceConfig { /* private fields */ }
Expand description
An object that contains the configuration parameters for the data source of an import request.
Implementations§
source§impl ImportDataSourceConfig
impl ImportDataSourceConfig
sourcepub fn data_source_url(&self) -> Option<&str>
pub fn data_source_url(&self) -> Option<&str>
The URL from which source data will be downloaded for the import request.
source§impl ImportDataSourceConfig
impl ImportDataSourceConfig
sourcepub fn builder() -> ImportDataSourceConfigBuilder
pub fn builder() -> ImportDataSourceConfigBuilder
Creates a new builder-style object to manufacture ImportDataSourceConfig
.
Trait Implementations§
source§impl Clone for ImportDataSourceConfig
impl Clone for ImportDataSourceConfig
source§fn clone(&self) -> ImportDataSourceConfig
fn clone(&self) -> ImportDataSourceConfig
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 ImportDataSourceConfig
impl Debug for ImportDataSourceConfig
source§impl PartialEq<ImportDataSourceConfig> for ImportDataSourceConfig
impl PartialEq<ImportDataSourceConfig> for ImportDataSourceConfig
source§fn eq(&self, other: &ImportDataSourceConfig) -> bool
fn eq(&self, other: &ImportDataSourceConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.