#[non_exhaustive]pub struct DescribeBackupInputBuilder { /* private fields */ }
Expand description
A builder for DescribeBackupInput
.
Implementations§
source§impl DescribeBackupInputBuilder
impl DescribeBackupInputBuilder
sourcepub fn backup_arn(self, input: impl Into<String>) -> Self
pub fn backup_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) associated with the backup.
sourcepub fn set_backup_arn(self, input: Option<String>) -> Self
pub fn set_backup_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) associated with the backup.
sourcepub fn build(self) -> Result<DescribeBackupInput, BuildError>
pub fn build(self) -> Result<DescribeBackupInput, BuildError>
Consumes the builder and constructs a DescribeBackupInput
.
Trait Implementations§
source§impl Clone for DescribeBackupInputBuilder
impl Clone for DescribeBackupInputBuilder
source§fn clone(&self) -> DescribeBackupInputBuilder
fn clone(&self) -> DescribeBackupInputBuilder
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 DescribeBackupInputBuilder
impl Debug for DescribeBackupInputBuilder
source§impl Default for DescribeBackupInputBuilder
impl Default for DescribeBackupInputBuilder
source§fn default() -> DescribeBackupInputBuilder
fn default() -> DescribeBackupInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeBackupInputBuilder> for DescribeBackupInputBuilder
impl PartialEq<DescribeBackupInputBuilder> for DescribeBackupInputBuilder
source§fn eq(&self, other: &DescribeBackupInputBuilder) -> bool
fn eq(&self, other: &DescribeBackupInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.