Struct aws_sdk_omics::model::ImportReadSetSourceItem
source · #[non_exhaustive]pub struct ImportReadSetSourceItem { /* private fields */ }
Expand description
A source for an import read set job.
Implementations§
source§impl ImportReadSetSourceItem
impl ImportReadSetSourceItem
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 status(&self) -> Option<&ReadSetImportJobItemStatus>
pub fn status(&self) -> Option<&ReadSetImportJobItemStatus>
The source's status.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The source's status message.
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 genome reference ARN.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The source's description.
The source's tags.
source§impl ImportReadSetSourceItem
impl ImportReadSetSourceItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportReadSetSourceItem
.
Trait Implementations§
source§impl Clone for ImportReadSetSourceItem
impl Clone for ImportReadSetSourceItem
source§fn clone(&self) -> ImportReadSetSourceItem
fn clone(&self) -> ImportReadSetSourceItem
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 ImportReadSetSourceItem
impl Debug for ImportReadSetSourceItem
source§impl PartialEq<ImportReadSetSourceItem> for ImportReadSetSourceItem
impl PartialEq<ImportReadSetSourceItem> for ImportReadSetSourceItem
source§fn eq(&self, other: &ImportReadSetSourceItem) -> bool
fn eq(&self, other: &ImportReadSetSourceItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.