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