Struct aws_sdk_honeycode::types::ImportOptions
source · #[non_exhaustive]pub struct ImportOptions { /* private fields */ }
Expand description
An object that contains the options specified by the sumitter of the import request.
Implementations§
source§impl ImportOptions
impl ImportOptions
sourcepub fn destination_options(&self) -> Option<&DestinationOptions>
pub fn destination_options(&self) -> Option<&DestinationOptions>
Options relating to the destination of the import request.
sourcepub fn delimited_text_options(&self) -> Option<&DelimitedTextImportOptions>
pub fn delimited_text_options(&self) -> Option<&DelimitedTextImportOptions>
Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.
source§impl ImportOptions
impl ImportOptions
sourcepub fn builder() -> ImportOptionsBuilder
pub fn builder() -> ImportOptionsBuilder
Creates a new builder-style object to manufacture ImportOptions
.
Trait Implementations§
source§impl Clone for ImportOptions
impl Clone for ImportOptions
source§fn clone(&self) -> ImportOptions
fn clone(&self) -> ImportOptions
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 ImportOptions
impl Debug for ImportOptions
source§impl PartialEq<ImportOptions> for ImportOptions
impl PartialEq<ImportOptions> for ImportOptions
source§fn eq(&self, other: &ImportOptions) -> bool
fn eq(&self, other: &ImportOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.