#[non_exhaustive]pub struct GetAnnotationImportJobOutput { /* private fields */ }
Implementations§
source§impl GetAnnotationImportJobOutput
impl GetAnnotationImportJobOutput
sourcepub fn destination_name(&self) -> Option<&str>
pub fn destination_name(&self) -> Option<&str>
The job's destination annotation store.
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 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 items(&self) -> Option<&[AnnotationImportItemDetail]>
pub fn items(&self) -> Option<&[AnnotationImportItemDetail]>
The job's imported items.
sourcepub fn run_left_normalization(&self) -> bool
pub fn run_left_normalization(&self) -> bool
The job's left normalization setting.
sourcepub fn format_options(&self) -> Option<&FormatOptions>
pub fn format_options(&self) -> Option<&FormatOptions>
Formatting options for a file.
source§impl GetAnnotationImportJobOutput
impl GetAnnotationImportJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAnnotationImportJobOutput
.
Trait Implementations§
source§impl Clone for GetAnnotationImportJobOutput
impl Clone for GetAnnotationImportJobOutput
source§fn clone(&self) -> GetAnnotationImportJobOutput
fn clone(&self) -> GetAnnotationImportJobOutput
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 GetAnnotationImportJobOutput
impl Debug for GetAnnotationImportJobOutput
source§impl PartialEq<GetAnnotationImportJobOutput> for GetAnnotationImportJobOutput
impl PartialEq<GetAnnotationImportJobOutput> for GetAnnotationImportJobOutput
source§fn eq(&self, other: &GetAnnotationImportJobOutput) -> bool
fn eq(&self, other: &GetAnnotationImportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.