Struct aws_sdk_omics::output::GetReadSetExportJobOutput
source · #[non_exhaustive]pub struct GetReadSetExportJobOutput { /* private fields */ }
Implementations§
source§impl GetReadSetExportJobOutput
impl GetReadSetExportJobOutput
sourcepub fn sequence_store_id(&self) -> Option<&str>
pub fn sequence_store_id(&self) -> Option<&str>
The job's sequence store ID.
sourcepub fn destination(&self) -> Option<&str>
pub fn destination(&self) -> Option<&str>
The job's destination in Amazon S3.
sourcepub fn status(&self) -> Option<&ReadSetExportJobStatus>
pub fn status(&self) -> Option<&ReadSetExportJobStatus>
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 read_sets(&self) -> Option<&[ExportReadSetDetail]>
pub fn read_sets(&self) -> Option<&[ExportReadSetDetail]>
The job's read sets.
source§impl GetReadSetExportJobOutput
impl GetReadSetExportJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetReadSetExportJobOutput
.
Trait Implementations§
source§impl Clone for GetReadSetExportJobOutput
impl Clone for GetReadSetExportJobOutput
source§fn clone(&self) -> GetReadSetExportJobOutput
fn clone(&self) -> GetReadSetExportJobOutput
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 GetReadSetExportJobOutput
impl Debug for GetReadSetExportJobOutput
source§impl PartialEq<GetReadSetExportJobOutput> for GetReadSetExportJobOutput
impl PartialEq<GetReadSetExportJobOutput> for GetReadSetExportJobOutput
source§fn eq(&self, other: &GetReadSetExportJobOutput) -> bool
fn eq(&self, other: &GetReadSetExportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.