Struct aws_sdk_backup::input::GetBackupSelectionInput
source · #[non_exhaustive]pub struct GetBackupSelectionInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBackupSelectionInput
.
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.
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 ==
.