Struct aws_sdk_omics::types::ImportReadSetJobItem
source · #[non_exhaustive]pub struct ImportReadSetJobItem { /* private fields */ }
Expand description
An import read set job.
Implementations§
source§impl ImportReadSetJobItem
impl ImportReadSetJobItem
sourcepub fn sequence_store_id(&self) -> Option<&str>
pub fn sequence_store_id(&self) -> Option<&str>
The job's sequence store ID.
sourcepub fn status(&self) -> Option<&ReadSetImportJobStatus>
pub fn status(&self) -> Option<&ReadSetImportJobStatus>
The job's status.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the job was created.
sourcepub fn completion_time(&self) -> Option<&DateTime>
pub fn completion_time(&self) -> Option<&DateTime>
When the job completed.
source§impl ImportReadSetJobItem
impl ImportReadSetJobItem
sourcepub fn builder() -> ImportReadSetJobItemBuilder
pub fn builder() -> ImportReadSetJobItemBuilder
Creates a new builder-style object to manufacture ImportReadSetJobItem
.
Trait Implementations§
source§impl Clone for ImportReadSetJobItem
impl Clone for ImportReadSetJobItem
source§fn clone(&self) -> ImportReadSetJobItem
fn clone(&self) -> ImportReadSetJobItem
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 ImportReadSetJobItem
impl Debug for ImportReadSetJobItem
source§impl PartialEq<ImportReadSetJobItem> for ImportReadSetJobItem
impl PartialEq<ImportReadSetJobItem> for ImportReadSetJobItem
source§fn eq(&self, other: &ImportReadSetJobItem) -> bool
fn eq(&self, other: &ImportReadSetJobItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.