Struct aws_sdk_backup::operation::describe_restore_job::builders::DescribeRestoreJobInputBuilder
source · #[non_exhaustive]pub struct DescribeRestoreJobInputBuilder { /* private fields */ }
Expand description
A builder for DescribeRestoreJobInput
.
Implementations§
source§impl DescribeRestoreJobInputBuilder
impl DescribeRestoreJobInputBuilder
sourcepub fn restore_job_id(self, input: impl Into<String>) -> Self
pub fn restore_job_id(self, input: impl Into<String>) -> Self
Uniquely identifies the job that restores a recovery point.
This field is required.sourcepub fn set_restore_job_id(self, input: Option<String>) -> Self
pub fn set_restore_job_id(self, input: Option<String>) -> Self
Uniquely identifies the job that restores a recovery point.
sourcepub fn get_restore_job_id(&self) -> &Option<String>
pub fn get_restore_job_id(&self) -> &Option<String>
Uniquely identifies the job that restores a recovery point.
sourcepub fn build(self) -> Result<DescribeRestoreJobInput, BuildError>
pub fn build(self) -> Result<DescribeRestoreJobInput, BuildError>
Consumes the builder and constructs a DescribeRestoreJobInput
.
source§impl DescribeRestoreJobInputBuilder
impl DescribeRestoreJobInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeRestoreJobOutput, SdkError<DescribeRestoreJobError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeRestoreJobOutput, SdkError<DescribeRestoreJobError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeRestoreJobInputBuilder
impl Clone for DescribeRestoreJobInputBuilder
source§fn clone(&self) -> DescribeRestoreJobInputBuilder
fn clone(&self) -> DescribeRestoreJobInputBuilder
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 DescribeRestoreJobInputBuilder
impl Default for DescribeRestoreJobInputBuilder
source§fn default() -> DescribeRestoreJobInputBuilder
fn default() -> DescribeRestoreJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeRestoreJobInputBuilder
impl PartialEq for DescribeRestoreJobInputBuilder
source§fn eq(&self, other: &DescribeRestoreJobInputBuilder) -> bool
fn eq(&self, other: &DescribeRestoreJobInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeRestoreJobInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRestoreJobInputBuilder
impl Send for DescribeRestoreJobInputBuilder
impl Sync for DescribeRestoreJobInputBuilder
impl Unpin for DescribeRestoreJobInputBuilder
impl UnwindSafe for DescribeRestoreJobInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.