Struct aws_sdk_omics::input::GetVariantImportJobInput
source · #[non_exhaustive]pub struct GetVariantImportJobInput { /* private fields */ }
Implementations§
source§impl GetVariantImportJobInput
impl GetVariantImportJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVariantImportJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVariantImportJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetVariantImportJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetVariantImportJobInput
.
Trait Implementations§
source§impl Clone for GetVariantImportJobInput
impl Clone for GetVariantImportJobInput
source§fn clone(&self) -> GetVariantImportJobInput
fn clone(&self) -> GetVariantImportJobInput
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 GetVariantImportJobInput
impl Debug for GetVariantImportJobInput
source§impl PartialEq<GetVariantImportJobInput> for GetVariantImportJobInput
impl PartialEq<GetVariantImportJobInput> for GetVariantImportJobInput
source§fn eq(&self, other: &GetVariantImportJobInput) -> bool
fn eq(&self, other: &GetVariantImportJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.