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