Struct aws_sdk_omics::operation::get_annotation_import_job::builders::GetAnnotationImportJobInputBuilder
source · #[non_exhaustive]pub struct GetAnnotationImportJobInputBuilder { /* private fields */ }
Expand description
A builder for GetAnnotationImportJobInput
.
Implementations§
source§impl GetAnnotationImportJobInputBuilder
impl GetAnnotationImportJobInputBuilder
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The job's ID.
sourcepub fn build(self) -> Result<GetAnnotationImportJobInput, BuildError>
pub fn build(self) -> Result<GetAnnotationImportJobInput, BuildError>
Consumes the builder and constructs a GetAnnotationImportJobInput
.
Trait Implementations§
source§impl Clone for GetAnnotationImportJobInputBuilder
impl Clone for GetAnnotationImportJobInputBuilder
source§fn clone(&self) -> GetAnnotationImportJobInputBuilder
fn clone(&self) -> GetAnnotationImportJobInputBuilder
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 Default for GetAnnotationImportJobInputBuilder
impl Default for GetAnnotationImportJobInputBuilder
source§fn default() -> GetAnnotationImportJobInputBuilder
fn default() -> GetAnnotationImportJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetAnnotationImportJobInputBuilder> for GetAnnotationImportJobInputBuilder
impl PartialEq<GetAnnotationImportJobInputBuilder> for GetAnnotationImportJobInputBuilder
source§fn eq(&self, other: &GetAnnotationImportJobInputBuilder) -> bool
fn eq(&self, other: &GetAnnotationImportJobInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.