Struct aws_sdk_backup::operation::delete_restore_testing_selection::builders::DeleteRestoreTestingSelectionInputBuilder
source · #[non_exhaustive]pub struct DeleteRestoreTestingSelectionInputBuilder { /* private fields */ }
Expand description
A builder for DeleteRestoreTestingSelectionInput
.
Implementations§
source§impl DeleteRestoreTestingSelectionInputBuilder
impl DeleteRestoreTestingSelectionInputBuilder
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 that contains the restore testing selection you wish to delete.
This field is required.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 that contains the restore testing selection 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 that contains the restore testing selection you wish to delete.
sourcepub fn restore_testing_selection_name(self, input: impl Into<String>) -> Self
pub fn restore_testing_selection_name(self, input: impl Into<String>) -> Self
Required unique name of the restore testing selection you wish to delete.
This field is required.sourcepub fn set_restore_testing_selection_name(self, input: Option<String>) -> Self
pub fn set_restore_testing_selection_name(self, input: Option<String>) -> Self
Required unique name of the restore testing selection you wish to delete.
sourcepub fn get_restore_testing_selection_name(&self) -> &Option<String>
pub fn get_restore_testing_selection_name(&self) -> &Option<String>
Required unique name of the restore testing selection you wish to delete.
sourcepub fn build(self) -> Result<DeleteRestoreTestingSelectionInput, BuildError>
pub fn build(self) -> Result<DeleteRestoreTestingSelectionInput, BuildError>
Consumes the builder and constructs a DeleteRestoreTestingSelectionInput
.
source§impl DeleteRestoreTestingSelectionInputBuilder
impl DeleteRestoreTestingSelectionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteRestoreTestingSelectionOutput, SdkError<DeleteRestoreTestingSelectionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteRestoreTestingSelectionOutput, SdkError<DeleteRestoreTestingSelectionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteRestoreTestingSelectionInputBuilder
impl Clone for DeleteRestoreTestingSelectionInputBuilder
source§fn clone(&self) -> DeleteRestoreTestingSelectionInputBuilder
fn clone(&self) -> DeleteRestoreTestingSelectionInputBuilder
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 Default for DeleteRestoreTestingSelectionInputBuilder
impl Default for DeleteRestoreTestingSelectionInputBuilder
source§fn default() -> DeleteRestoreTestingSelectionInputBuilder
fn default() -> DeleteRestoreTestingSelectionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteRestoreTestingSelectionInputBuilder
impl PartialEq for DeleteRestoreTestingSelectionInputBuilder
source§fn eq(&self, other: &DeleteRestoreTestingSelectionInputBuilder) -> bool
fn eq(&self, other: &DeleteRestoreTestingSelectionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteRestoreTestingSelectionInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteRestoreTestingSelectionInputBuilder
impl RefUnwindSafe for DeleteRestoreTestingSelectionInputBuilder
impl Send for DeleteRestoreTestingSelectionInputBuilder
impl Sync for DeleteRestoreTestingSelectionInputBuilder
impl Unpin for DeleteRestoreTestingSelectionInputBuilder
impl UnwindSafe for DeleteRestoreTestingSelectionInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.