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