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