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