Struct aws_sdk_entityresolution::operation::delete_id_mapping_workflow::builders::DeleteIdMappingWorkflowFluentBuilder
source · pub struct DeleteIdMappingWorkflowFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteIdMappingWorkflow
.
Deletes the IdMappingWorkflow
with a given name. This operation will succeed even if a workflow with the given name does not exist.
Implementations§
source§impl DeleteIdMappingWorkflowFluentBuilder
impl DeleteIdMappingWorkflowFluentBuilder
sourcepub fn as_input(&self) -> &DeleteIdMappingWorkflowInputBuilder
pub fn as_input(&self) -> &DeleteIdMappingWorkflowInputBuilder
Access the DeleteIdMappingWorkflow as a reference.
sourcepub async fn send(
self
) -> Result<DeleteIdMappingWorkflowOutput, SdkError<DeleteIdMappingWorkflowError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteIdMappingWorkflowOutput, SdkError<DeleteIdMappingWorkflowError, 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<DeleteIdMappingWorkflowOutput, DeleteIdMappingWorkflowError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteIdMappingWorkflowOutput, DeleteIdMappingWorkflowError, 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 deleted.
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 deleted.
sourcepub fn get_workflow_name(&self) -> &Option<String>
pub fn get_workflow_name(&self) -> &Option<String>
The name of the workflow to be deleted.
Trait Implementations§
source§impl Clone for DeleteIdMappingWorkflowFluentBuilder
impl Clone for DeleteIdMappingWorkflowFluentBuilder
source§fn clone(&self) -> DeleteIdMappingWorkflowFluentBuilder
fn clone(&self) -> DeleteIdMappingWorkflowFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more