#[non_exhaustive]pub struct DeleteBackupSelectionInput { /* private fields */ }
Implementations§
source§impl DeleteBackupSelectionInput
impl DeleteBackupSelectionInput
sourcepub fn backup_plan_id(&self) -> Option<&str>
pub fn backup_plan_id(&self) -> Option<&str>
Uniquely identifies a backup plan.
sourcepub fn selection_id(&self) -> Option<&str>
pub fn selection_id(&self) -> Option<&str>
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
source§impl DeleteBackupSelectionInput
impl DeleteBackupSelectionInput
sourcepub fn builder() -> DeleteBackupSelectionInputBuilder
pub fn builder() -> DeleteBackupSelectionInputBuilder
Creates a new builder-style object to manufacture DeleteBackupSelectionInput
.
source§impl DeleteBackupSelectionInput
impl DeleteBackupSelectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackupSelection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteBackupSelection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBackupSelection
>
Trait Implementations§
source§impl Clone for DeleteBackupSelectionInput
impl Clone for DeleteBackupSelectionInput
source§fn clone(&self) -> DeleteBackupSelectionInput
fn clone(&self) -> DeleteBackupSelectionInput
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 DeleteBackupSelectionInput
impl Debug for DeleteBackupSelectionInput
source§impl PartialEq<DeleteBackupSelectionInput> for DeleteBackupSelectionInput
impl PartialEq<DeleteBackupSelectionInput> for DeleteBackupSelectionInput
source§fn eq(&self, other: &DeleteBackupSelectionInput) -> bool
fn eq(&self, other: &DeleteBackupSelectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteBackupSelectionInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBackupSelectionInput
impl Send for DeleteBackupSelectionInput
impl Sync for DeleteBackupSelectionInput
impl Unpin for DeleteBackupSelectionInput
impl UnwindSafe for DeleteBackupSelectionInput
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