Struct aws_sdk_backup::operation::get_restore_job_metadata::builders::GetRestoreJobMetadataInputBuilder
source · #[non_exhaustive]pub struct GetRestoreJobMetadataInputBuilder { /* private fields */ }
Expand description
A builder for GetRestoreJobMetadataInput
.
Implementations§
source§impl GetRestoreJobMetadataInputBuilder
impl GetRestoreJobMetadataInputBuilder
sourcepub fn restore_job_id(self, input: impl Into<String>) -> Self
pub fn restore_job_id(self, input: impl Into<String>) -> Self
This is a unique identifier of a restore job within Backup.
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
This is a unique identifier of a restore job within Backup.
sourcepub fn get_restore_job_id(&self) -> &Option<String>
pub fn get_restore_job_id(&self) -> &Option<String>
This is a unique identifier of a restore job within Backup.
sourcepub fn build(self) -> Result<GetRestoreJobMetadataInput, BuildError>
pub fn build(self) -> Result<GetRestoreJobMetadataInput, BuildError>
Consumes the builder and constructs a GetRestoreJobMetadataInput
.
source§impl GetRestoreJobMetadataInputBuilder
impl GetRestoreJobMetadataInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetRestoreJobMetadataOutput, SdkError<GetRestoreJobMetadataError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetRestoreJobMetadataOutput, SdkError<GetRestoreJobMetadataError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetRestoreJobMetadataInputBuilder
impl Clone for GetRestoreJobMetadataInputBuilder
source§fn clone(&self) -> GetRestoreJobMetadataInputBuilder
fn clone(&self) -> GetRestoreJobMetadataInputBuilder
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 GetRestoreJobMetadataInputBuilder
impl Default for GetRestoreJobMetadataInputBuilder
source§fn default() -> GetRestoreJobMetadataInputBuilder
fn default() -> GetRestoreJobMetadataInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetRestoreJobMetadataInputBuilder
impl PartialEq for GetRestoreJobMetadataInputBuilder
source§fn eq(&self, other: &GetRestoreJobMetadataInputBuilder) -> bool
fn eq(&self, other: &GetRestoreJobMetadataInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetRestoreJobMetadataInputBuilder
Auto Trait Implementations§
impl Freeze for GetRestoreJobMetadataInputBuilder
impl RefUnwindSafe for GetRestoreJobMetadataInputBuilder
impl Send for GetRestoreJobMetadataInputBuilder
impl Sync for GetRestoreJobMetadataInputBuilder
impl Unpin for GetRestoreJobMetadataInputBuilder
impl UnwindSafe for GetRestoreJobMetadataInputBuilder
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.