#[non_exhaustive]pub struct DeleteTapeOutputBuilder { /* private fields */ }Expand description
A builder for DeleteTapeOutput.
Implementations§
source§impl DeleteTapeOutputBuilder
impl DeleteTapeOutputBuilder
sourcepub fn tape_arn(self, input: impl Into<String>) -> Self
pub fn tape_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the deleted virtual tape.
sourcepub fn set_tape_arn(self, input: Option<String>) -> Self
pub fn set_tape_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the deleted virtual tape.
sourcepub fn build(self) -> DeleteTapeOutput
pub fn build(self) -> DeleteTapeOutput
Consumes the builder and constructs a DeleteTapeOutput.
Trait Implementations§
source§impl Clone for DeleteTapeOutputBuilder
impl Clone for DeleteTapeOutputBuilder
source§fn clone(&self) -> DeleteTapeOutputBuilder
fn clone(&self) -> DeleteTapeOutputBuilder
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 DeleteTapeOutputBuilder
impl Debug for DeleteTapeOutputBuilder
source§impl Default for DeleteTapeOutputBuilder
impl Default for DeleteTapeOutputBuilder
source§fn default() -> DeleteTapeOutputBuilder
fn default() -> DeleteTapeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteTapeOutputBuilder> for DeleteTapeOutputBuilder
impl PartialEq<DeleteTapeOutputBuilder> for DeleteTapeOutputBuilder
source§fn eq(&self, other: &DeleteTapeOutputBuilder) -> bool
fn eq(&self, other: &DeleteTapeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteTapeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteTapeOutputBuilder
impl Send for DeleteTapeOutputBuilder
impl Sync for DeleteTapeOutputBuilder
impl Unpin for DeleteTapeOutputBuilder
impl UnwindSafe for DeleteTapeOutputBuilder
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