#[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 ==
.impl StructuralPartialEq for DescribeBackupJobInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeBackupJobInput
impl Send for DescribeBackupJobInput
impl Sync for DescribeBackupJobInput
impl Unpin for DescribeBackupJobInput
impl UnwindSafe for DescribeBackupJobInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more