Struct aws_sdk_backup::operation::get_backup_vault_notifications::builders::GetBackupVaultNotificationsInputBuilder
source · #[non_exhaustive]pub struct GetBackupVaultNotificationsInputBuilder { /* private fields */ }
Expand description
A builder for GetBackupVaultNotificationsInput
.
Implementations§
source§impl GetBackupVaultNotificationsInputBuilder
impl GetBackupVaultNotificationsInputBuilder
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 Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
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 Amazon Web Services 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 Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
sourcepub fn build(self) -> Result<GetBackupVaultNotificationsInput, BuildError>
pub fn build(self) -> Result<GetBackupVaultNotificationsInput, BuildError>
Consumes the builder and constructs a GetBackupVaultNotificationsInput
.
source§impl GetBackupVaultNotificationsInputBuilder
impl GetBackupVaultNotificationsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetBackupVaultNotificationsOutput, SdkError<GetBackupVaultNotificationsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetBackupVaultNotificationsOutput, SdkError<GetBackupVaultNotificationsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetBackupVaultNotificationsInputBuilder
impl Clone for GetBackupVaultNotificationsInputBuilder
source§fn clone(&self) -> GetBackupVaultNotificationsInputBuilder
fn clone(&self) -> GetBackupVaultNotificationsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetBackupVaultNotificationsInputBuilder
impl Default for GetBackupVaultNotificationsInputBuilder
source§fn default() -> GetBackupVaultNotificationsInputBuilder
fn default() -> GetBackupVaultNotificationsInputBuilder
source§impl PartialEq<GetBackupVaultNotificationsInputBuilder> for GetBackupVaultNotificationsInputBuilder
impl PartialEq<GetBackupVaultNotificationsInputBuilder> for GetBackupVaultNotificationsInputBuilder
source§fn eq(&self, other: &GetBackupVaultNotificationsInputBuilder) -> bool
fn eq(&self, other: &GetBackupVaultNotificationsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.