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