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