#[non_exhaustive]pub struct DescribeBackupJobInput { /* private fields */ }
Implementations§
source§impl DescribeBackupJobInput
impl DescribeBackupJobInput
sourcepub fn backup_job_id(&self) -> Option<&str>
pub fn backup_job_id(&self) -> Option<&str>
Uniquely identifies a request to Backup to back up a resource.
source§impl DescribeBackupJobInput
impl DescribeBackupJobInput
sourcepub fn builder() -> DescribeBackupJobInputBuilder
pub fn builder() -> DescribeBackupJobInputBuilder
Creates a new builder-style object to manufacture DescribeBackupJobInput
.
source§impl DescribeBackupJobInput
impl DescribeBackupJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBackupJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeBackupJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeBackupJob
>
Trait Implementations§
source§impl Clone for DescribeBackupJobInput
impl Clone for DescribeBackupJobInput
source§fn clone(&self) -> DescribeBackupJobInput
fn clone(&self) -> DescribeBackupJobInput
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 DescribeBackupJobInput
impl Debug for DescribeBackupJobInput
source§impl PartialEq<DescribeBackupJobInput> for DescribeBackupJobInput
impl PartialEq<DescribeBackupJobInput> for DescribeBackupJobInput
source§fn eq(&self, other: &DescribeBackupJobInput) -> bool
fn eq(&self, other: &DescribeBackupJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.