Struct aws_sdk_backup::operation::delete_backup_vault_lock_configuration::builders::DeleteBackupVaultLockConfigurationInputBuilder
source · #[non_exhaustive]pub struct DeleteBackupVaultLockConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for DeleteBackupVaultLockConfigurationInput
.
Implementations§
source§impl DeleteBackupVaultLockConfigurationInputBuilder
impl DeleteBackupVaultLockConfigurationInputBuilder
sourcepub fn backup_vault_name(self, input: impl Into<String>) -> Self
pub fn backup_vault_name(self, input: impl Into<String>) -> Self
The name of the backup vault from which to delete Backup Vault Lock.
sourcepub fn set_backup_vault_name(self, input: Option<String>) -> Self
pub fn set_backup_vault_name(self, input: Option<String>) -> Self
The name of the backup vault from which to delete Backup Vault Lock.
sourcepub fn get_backup_vault_name(&self) -> &Option<String>
pub fn get_backup_vault_name(&self) -> &Option<String>
The name of the backup vault from which to delete Backup Vault Lock.
sourcepub fn build(
self
) -> Result<DeleteBackupVaultLockConfigurationInput, BuildError>
pub fn build( self ) -> Result<DeleteBackupVaultLockConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteBackupVaultLockConfigurationInput
.
source§impl DeleteBackupVaultLockConfigurationInputBuilder
impl DeleteBackupVaultLockConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteBackupVaultLockConfigurationOutput, SdkError<DeleteBackupVaultLockConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteBackupVaultLockConfigurationOutput, SdkError<DeleteBackupVaultLockConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteBackupVaultLockConfigurationInputBuilder
impl Clone for DeleteBackupVaultLockConfigurationInputBuilder
source§fn clone(&self) -> DeleteBackupVaultLockConfigurationInputBuilder
fn clone(&self) -> DeleteBackupVaultLockConfigurationInputBuilder
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 DeleteBackupVaultLockConfigurationInputBuilder
impl Default for DeleteBackupVaultLockConfigurationInputBuilder
source§fn default() -> DeleteBackupVaultLockConfigurationInputBuilder
fn default() -> DeleteBackupVaultLockConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteBackupVaultLockConfigurationInputBuilder> for DeleteBackupVaultLockConfigurationInputBuilder
impl PartialEq<DeleteBackupVaultLockConfigurationInputBuilder> for DeleteBackupVaultLockConfigurationInputBuilder
source§fn eq(&self, other: &DeleteBackupVaultLockConfigurationInputBuilder) -> bool
fn eq(&self, other: &DeleteBackupVaultLockConfigurationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteBackupVaultLockConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBackupVaultLockConfigurationInputBuilder
impl Send for DeleteBackupVaultLockConfigurationInputBuilder
impl Sync for DeleteBackupVaultLockConfigurationInputBuilder
impl Unpin for DeleteBackupVaultLockConfigurationInputBuilder
impl UnwindSafe for DeleteBackupVaultLockConfigurationInputBuilder
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