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