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.
This field is required.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 get_backup_plan_id(&self) -> &Option<String>
pub fn get_backup_plan_id(&self) -> &Option<String>
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
.
source§impl DeleteBackupPlanInputBuilder
impl DeleteBackupPlanInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteBackupPlanOutput, SdkError<DeleteBackupPlanError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteBackupPlanOutput, SdkError<DeleteBackupPlanError, HttpResponse>>
Sends a request with this input using the given client.
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 for DeleteBackupPlanInputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DeleteBackupPlanInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteBackupPlanInputBuilder
impl RefUnwindSafe for DeleteBackupPlanInputBuilder
impl Send for DeleteBackupPlanInputBuilder
impl Sync for DeleteBackupPlanInputBuilder
impl Unpin for DeleteBackupPlanInputBuilder
impl UnwindSafe for DeleteBackupPlanInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.