Struct aws_sdk_backup::operation::delete_restore_testing_plan::builders::DeleteRestoreTestingPlanFluentBuilder
source · pub struct DeleteRestoreTestingPlanFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteRestoreTestingPlan
.
This request deletes the specified restore testing plan.
Deletion can only successfully occur if all associated restore testing selections are deleted first.
Implementations§
source§impl DeleteRestoreTestingPlanFluentBuilder
impl DeleteRestoreTestingPlanFluentBuilder
sourcepub fn as_input(&self) -> &DeleteRestoreTestingPlanInputBuilder
pub fn as_input(&self) -> &DeleteRestoreTestingPlanInputBuilder
Access the DeleteRestoreTestingPlan as a reference.
sourcepub async fn send(
self
) -> Result<DeleteRestoreTestingPlanOutput, SdkError<DeleteRestoreTestingPlanError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteRestoreTestingPlanOutput, SdkError<DeleteRestoreTestingPlanError, 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<DeleteRestoreTestingPlanOutput, DeleteRestoreTestingPlanError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteRestoreTestingPlanOutput, DeleteRestoreTestingPlanError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn restore_testing_plan_name(self, input: impl Into<String>) -> Self
pub fn restore_testing_plan_name(self, input: impl Into<String>) -> Self
Required unique name of the restore testing plan you wish to delete.
sourcepub fn set_restore_testing_plan_name(self, input: Option<String>) -> Self
pub fn set_restore_testing_plan_name(self, input: Option<String>) -> Self
Required unique name of the restore testing plan you wish to delete.
sourcepub fn get_restore_testing_plan_name(&self) -> &Option<String>
pub fn get_restore_testing_plan_name(&self) -> &Option<String>
Required unique name of the restore testing plan you wish to delete.
Trait Implementations§
source§impl Clone for DeleteRestoreTestingPlanFluentBuilder
impl Clone for DeleteRestoreTestingPlanFluentBuilder
source§fn clone(&self) -> DeleteRestoreTestingPlanFluentBuilder
fn clone(&self) -> DeleteRestoreTestingPlanFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more