Struct aws_sdk_entityresolution::operation::delete_matching_workflow::builders::DeleteMatchingWorkflowFluentBuilder
source · pub struct DeleteMatchingWorkflowFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteMatchingWorkflow
.
Deletes the MatchingWorkflow
with a given name. This operation will succeed even if a workflow with the given name does not exist.
Implementations§
source§impl DeleteMatchingWorkflowFluentBuilder
impl DeleteMatchingWorkflowFluentBuilder
sourcepub fn as_input(&self) -> &DeleteMatchingWorkflowInputBuilder
pub fn as_input(&self) -> &DeleteMatchingWorkflowInputBuilder
Access the DeleteMatchingWorkflow as a reference.
sourcepub async fn send(
self
) -> Result<DeleteMatchingWorkflowOutput, SdkError<DeleteMatchingWorkflowError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteMatchingWorkflowOutput, SdkError<DeleteMatchingWorkflowError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DeleteMatchingWorkflowOutput, DeleteMatchingWorkflowError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteMatchingWorkflowOutput, DeleteMatchingWorkflowError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn workflow_name(self, input: impl Into<String>) -> Self
pub fn workflow_name(self, input: impl Into<String>) -> Self
The name of the workflow to be retrieved.
sourcepub fn set_workflow_name(self, input: Option<String>) -> Self
pub fn set_workflow_name(self, input: Option<String>) -> Self
The name of the workflow to be retrieved.
sourcepub fn get_workflow_name(&self) -> &Option<String>
pub fn get_workflow_name(&self) -> &Option<String>
The name of the workflow to be retrieved.
Trait Implementations§
source§impl Clone for DeleteMatchingWorkflowFluentBuilder
impl Clone for DeleteMatchingWorkflowFluentBuilder
source§fn clone(&self) -> DeleteMatchingWorkflowFluentBuilder
fn clone(&self) -> DeleteMatchingWorkflowFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more