Struct aws_sdk_backup::operation::get_backup_selection::builders::GetBackupSelectionInputBuilder
source · #[non_exhaustive]pub struct GetBackupSelectionInputBuilder { /* private fields */ }
Expand description
A builder for GetBackupSelectionInput
.
Implementations§
source§impl GetBackupSelectionInputBuilder
impl GetBackupSelectionInputBuilder
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<GetBackupSelectionInput, BuildError>
pub fn build(self) -> Result<GetBackupSelectionInput, BuildError>
Consumes the builder and constructs a GetBackupSelectionInput
.
Trait Implementations§
source§impl Clone for GetBackupSelectionInputBuilder
impl Clone for GetBackupSelectionInputBuilder
source§fn clone(&self) -> GetBackupSelectionInputBuilder
fn clone(&self) -> GetBackupSelectionInputBuilder
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 GetBackupSelectionInputBuilder
impl Default for GetBackupSelectionInputBuilder
source§fn default() -> GetBackupSelectionInputBuilder
fn default() -> GetBackupSelectionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetBackupSelectionInputBuilder> for GetBackupSelectionInputBuilder
impl PartialEq<GetBackupSelectionInputBuilder> for GetBackupSelectionInputBuilder
source§fn eq(&self, other: &GetBackupSelectionInputBuilder) -> bool
fn eq(&self, other: &GetBackupSelectionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.