Struct aws_sdk_backup::operation::describe_backup_job::builders::DescribeBackupJobInputBuilder
source · #[non_exhaustive]pub struct DescribeBackupJobInputBuilder { /* private fields */ }
Expand description
A builder for DescribeBackupJobInput
.
Implementations§
source§impl DescribeBackupJobInputBuilder
impl DescribeBackupJobInputBuilder
sourcepub fn backup_job_id(self, input: impl Into<String>) -> Self
pub fn backup_job_id(self, input: impl Into<String>) -> Self
Uniquely identifies a request to Backup to back up a resource.
sourcepub fn set_backup_job_id(self, input: Option<String>) -> Self
pub fn set_backup_job_id(self, input: Option<String>) -> Self
Uniquely identifies a request to Backup to back up a resource.
sourcepub fn build(self) -> Result<DescribeBackupJobInput, BuildError>
pub fn build(self) -> Result<DescribeBackupJobInput, BuildError>
Consumes the builder and constructs a DescribeBackupJobInput
.
Trait Implementations§
source§impl Clone for DescribeBackupJobInputBuilder
impl Clone for DescribeBackupJobInputBuilder
source§fn clone(&self) -> DescribeBackupJobInputBuilder
fn clone(&self) -> DescribeBackupJobInputBuilder
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 DescribeBackupJobInputBuilder
impl Default for DescribeBackupJobInputBuilder
source§fn default() -> DescribeBackupJobInputBuilder
fn default() -> DescribeBackupJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeBackupJobInputBuilder> for DescribeBackupJobInputBuilder
impl PartialEq<DescribeBackupJobInputBuilder> for DescribeBackupJobInputBuilder
source§fn eq(&self, other: &DescribeBackupJobInputBuilder) -> bool
fn eq(&self, other: &DescribeBackupJobInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.