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