#[non_exhaustive]pub struct CreateTapesOutputBuilder { /* private fields */ }Expand description
A builder for CreateTapesOutput.
Implementations§
source§impl CreateTapesOutputBuilder
impl CreateTapesOutputBuilder
sourcepub fn tape_ar_ns(self, input: impl Into<String>) -> Self
pub fn tape_ar_ns(self, input: impl Into<String>) -> Self
Appends an item to tape_ar_ns.
To override the contents of this collection use set_tape_ar_ns.
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
sourcepub fn set_tape_ar_ns(self, input: Option<Vec<String>>) -> Self
pub fn set_tape_ar_ns(self, input: Option<Vec<String>>) -> Self
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
sourcepub fn build(self) -> CreateTapesOutput
pub fn build(self) -> CreateTapesOutput
Consumes the builder and constructs a CreateTapesOutput.
Trait Implementations§
source§impl Clone for CreateTapesOutputBuilder
impl Clone for CreateTapesOutputBuilder
source§fn clone(&self) -> CreateTapesOutputBuilder
fn clone(&self) -> CreateTapesOutputBuilder
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 CreateTapesOutputBuilder
impl Debug for CreateTapesOutputBuilder
source§impl Default for CreateTapesOutputBuilder
impl Default for CreateTapesOutputBuilder
source§fn default() -> CreateTapesOutputBuilder
fn default() -> CreateTapesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateTapesOutputBuilder> for CreateTapesOutputBuilder
impl PartialEq<CreateTapesOutputBuilder> for CreateTapesOutputBuilder
source§fn eq(&self, other: &CreateTapesOutputBuilder) -> bool
fn eq(&self, other: &CreateTapesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateTapesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateTapesOutputBuilder
impl Send for CreateTapesOutputBuilder
impl Sync for CreateTapesOutputBuilder
impl Unpin for CreateTapesOutputBuilder
impl UnwindSafe for CreateTapesOutputBuilder
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