Struct aws_sdk_backup::operation::delete_backup_selection::builders::DeleteBackupSelectionInputBuilder
source · #[non_exhaustive]pub struct DeleteBackupSelectionInputBuilder { /* private fields */ }
Expand description
A builder for DeleteBackupSelectionInput
.
Implementations§
source§impl DeleteBackupSelectionInputBuilder
impl DeleteBackupSelectionInputBuilder
sourcepub fn backup_plan_id(self, input: impl Into<String>) -> Self
pub fn backup_plan_id(self, input: impl Into<String>) -> Self
Uniquely identifies a backup plan.
sourcepub fn set_backup_plan_id(self, input: Option<String>) -> Self
pub fn set_backup_plan_id(self, input: Option<String>) -> Self
Uniquely identifies a backup plan.
sourcepub fn selection_id(self, input: impl Into<String>) -> Self
pub fn selection_id(self, input: impl Into<String>) -> Self
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
sourcepub fn set_selection_id(self, input: Option<String>) -> Self
pub fn set_selection_id(self, input: Option<String>) -> Self
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
sourcepub fn build(self) -> Result<DeleteBackupSelectionInput, BuildError>
pub fn build(self) -> Result<DeleteBackupSelectionInput, BuildError>
Consumes the builder and constructs a DeleteBackupSelectionInput
.
Trait Implementations§
source§impl Clone for DeleteBackupSelectionInputBuilder
impl Clone for DeleteBackupSelectionInputBuilder
source§fn clone(&self) -> DeleteBackupSelectionInputBuilder
fn clone(&self) -> DeleteBackupSelectionInputBuilder
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 DeleteBackupSelectionInputBuilder
impl Default for DeleteBackupSelectionInputBuilder
source§fn default() -> DeleteBackupSelectionInputBuilder
fn default() -> DeleteBackupSelectionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteBackupSelectionInputBuilder> for DeleteBackupSelectionInputBuilder
impl PartialEq<DeleteBackupSelectionInputBuilder> for DeleteBackupSelectionInputBuilder
source§fn eq(&self, other: &DeleteBackupSelectionInputBuilder) -> bool
fn eq(&self, other: &DeleteBackupSelectionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.