Struct aws_sdk_backup::operation::delete_backup_vault_notifications::builders::DeleteBackupVaultNotificationsInputBuilder
source · #[non_exhaustive]pub struct DeleteBackupVaultNotificationsInputBuilder { /* private fields */ }
Expand description
A builder for DeleteBackupVaultNotificationsInput
.
Implementations§
source§impl DeleteBackupVaultNotificationsInputBuilder
impl DeleteBackupVaultNotificationsInputBuilder
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 a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
This field is required.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 a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
sourcepub fn get_backup_vault_name(&self) -> &Option<String>
pub fn get_backup_vault_name(&self) -> &Option<String>
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.
sourcepub fn build(self) -> Result<DeleteBackupVaultNotificationsInput, BuildError>
pub fn build(self) -> Result<DeleteBackupVaultNotificationsInput, BuildError>
Consumes the builder and constructs a DeleteBackupVaultNotificationsInput
.
source§impl DeleteBackupVaultNotificationsInputBuilder
impl DeleteBackupVaultNotificationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteBackupVaultNotificationsOutput, SdkError<DeleteBackupVaultNotificationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteBackupVaultNotificationsOutput, SdkError<DeleteBackupVaultNotificationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteBackupVaultNotificationsInputBuilder
impl Clone for DeleteBackupVaultNotificationsInputBuilder
source§fn clone(&self) -> DeleteBackupVaultNotificationsInputBuilder
fn clone(&self) -> DeleteBackupVaultNotificationsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteBackupVaultNotificationsInputBuilder
impl Default for DeleteBackupVaultNotificationsInputBuilder
source§fn default() -> DeleteBackupVaultNotificationsInputBuilder
fn default() -> DeleteBackupVaultNotificationsInputBuilder
source§impl PartialEq for DeleteBackupVaultNotificationsInputBuilder
impl PartialEq for DeleteBackupVaultNotificationsInputBuilder
source§fn eq(&self, other: &DeleteBackupVaultNotificationsInputBuilder) -> bool
fn eq(&self, other: &DeleteBackupVaultNotificationsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.