#[non_exhaustive]pub struct StartAnnotationImportJobInput { /* private fields */ }
Implementations§
source§impl StartAnnotationImportJobInput
impl StartAnnotationImportJobInput
sourcepub fn destination_name(&self) -> Option<&str>
pub fn destination_name(&self) -> Option<&str>
A destination annotation store for the job.
sourcepub fn items(&self) -> Option<&[AnnotationImportItemSource]>
pub fn items(&self) -> Option<&[AnnotationImportItemSource]>
Items to import.
sourcepub fn format_options(&self) -> Option<&FormatOptions>
pub fn format_options(&self) -> Option<&FormatOptions>
Formatting options for the annotation file.
sourcepub fn run_left_normalization(&self) -> Option<bool>
pub fn run_left_normalization(&self) -> Option<bool>
The job's left normalization setting.
source§impl StartAnnotationImportJobInput
impl StartAnnotationImportJobInput
sourcepub fn builder() -> StartAnnotationImportJobInputBuilder
pub fn builder() -> StartAnnotationImportJobInputBuilder
Creates a new builder-style object to manufacture StartAnnotationImportJobInput
.
source§impl StartAnnotationImportJobInput
impl StartAnnotationImportJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartAnnotationImportJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartAnnotationImportJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartAnnotationImportJob
>
Trait Implementations§
source§impl Clone for StartAnnotationImportJobInput
impl Clone for StartAnnotationImportJobInput
source§fn clone(&self) -> StartAnnotationImportJobInput
fn clone(&self) -> StartAnnotationImportJobInput
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 PartialEq<StartAnnotationImportJobInput> for StartAnnotationImportJobInput
impl PartialEq<StartAnnotationImportJobInput> for StartAnnotationImportJobInput
source§fn eq(&self, other: &StartAnnotationImportJobInput) -> bool
fn eq(&self, other: &StartAnnotationImportJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.