Struct aws_sdk_omics::types::ExportReadSetJobDetail
source · #[non_exhaustive]pub struct ExportReadSetJobDetail { /* private fields */ }
Expand description
Details about a read set export job.
Implementations§
source§impl ExportReadSetJobDetail
impl ExportReadSetJobDetail
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 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 ExportReadSetJobDetail
impl ExportReadSetJobDetail
sourcepub fn builder() -> ExportReadSetJobDetailBuilder
pub fn builder() -> ExportReadSetJobDetailBuilder
Creates a new builder-style object to manufacture ExportReadSetJobDetail
.
Trait Implementations§
source§impl Clone for ExportReadSetJobDetail
impl Clone for ExportReadSetJobDetail
source§fn clone(&self) -> ExportReadSetJobDetail
fn clone(&self) -> ExportReadSetJobDetail
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 ExportReadSetJobDetail
impl Debug for ExportReadSetJobDetail
source§impl PartialEq<ExportReadSetJobDetail> for ExportReadSetJobDetail
impl PartialEq<ExportReadSetJobDetail> for ExportReadSetJobDetail
source§fn eq(&self, other: &ExportReadSetJobDetail) -> bool
fn eq(&self, other: &ExportReadSetJobDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ExportReadSetJobDetail
Auto Trait Implementations§
impl RefUnwindSafe for ExportReadSetJobDetail
impl Send for ExportReadSetJobDetail
impl Sync for ExportReadSetJobDetail
impl Unpin for ExportReadSetJobDetail
impl UnwindSafe for ExportReadSetJobDetail
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more