Struct aws_sdk_backup::input::DescribeRestoreJobInput
source · #[non_exhaustive]pub struct DescribeRestoreJobInput { /* private fields */ }
Implementations§
source§impl DescribeRestoreJobInput
impl DescribeRestoreJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRestoreJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRestoreJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRestoreJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRestoreJobInput
.
source§impl DescribeRestoreJobInput
impl DescribeRestoreJobInput
sourcepub fn restore_job_id(&self) -> Option<&str>
pub fn restore_job_id(&self) -> Option<&str>
Uniquely identifies the job that restores a recovery point.
Trait Implementations§
source§impl Clone for DescribeRestoreJobInput
impl Clone for DescribeRestoreJobInput
source§fn clone(&self) -> DescribeRestoreJobInput
fn clone(&self) -> DescribeRestoreJobInput
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 DescribeRestoreJobInput
impl Debug for DescribeRestoreJobInput
source§impl PartialEq<DescribeRestoreJobInput> for DescribeRestoreJobInput
impl PartialEq<DescribeRestoreJobInput> for DescribeRestoreJobInput
source§fn eq(&self, other: &DescribeRestoreJobInput) -> bool
fn eq(&self, other: &DescribeRestoreJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.