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