#[non_exhaustive]pub struct StartReadSetImportJobSourceItem { /* private fields */ }
Expand description
A source for a read set import job.
Implementations§
source§impl StartReadSetImportJobSourceItem
impl StartReadSetImportJobSourceItem
sourcepub fn source_files(&self) -> Option<&SourceFiles>
pub fn source_files(&self) -> Option<&SourceFiles>
The source files' location in Amazon S3.
sourcepub fn source_file_type(&self) -> Option<&FileType>
pub fn source_file_type(&self) -> Option<&FileType>
The source's file type.
sourcepub fn subject_id(&self) -> Option<&str>
pub fn subject_id(&self) -> Option<&str>
The source's subject ID.
sourcepub fn generated_from(&self) -> Option<&str>
pub fn generated_from(&self) -> Option<&str>
Where the source originated.
sourcepub fn reference_arn(&self) -> Option<&str>
pub fn reference_arn(&self) -> Option<&str>
The source's reference ARN.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The source's description.
The source's tags.
source§impl StartReadSetImportJobSourceItem
impl StartReadSetImportJobSourceItem
sourcepub fn builder() -> StartReadSetImportJobSourceItemBuilder
pub fn builder() -> StartReadSetImportJobSourceItemBuilder
Creates a new builder-style object to manufacture StartReadSetImportJobSourceItem
.
Trait Implementations§
source§impl Clone for StartReadSetImportJobSourceItem
impl Clone for StartReadSetImportJobSourceItem
source§fn clone(&self) -> StartReadSetImportJobSourceItem
fn clone(&self) -> StartReadSetImportJobSourceItem
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 PartialEq<StartReadSetImportJobSourceItem> for StartReadSetImportJobSourceItem
impl PartialEq<StartReadSetImportJobSourceItem> for StartReadSetImportJobSourceItem
source§fn eq(&self, other: &StartReadSetImportJobSourceItem) -> bool
fn eq(&self, other: &StartReadSetImportJobSourceItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.