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