Struct aws_sdk_robomaker::operation::batch_delete_worlds::builders::BatchDeleteWorldsOutputBuilder
source · #[non_exhaustive]pub struct BatchDeleteWorldsOutputBuilder { /* private fields */ }Expand description
A builder for BatchDeleteWorldsOutput.
Implementations§
source§impl BatchDeleteWorldsOutputBuilder
impl BatchDeleteWorldsOutputBuilder
sourcepub fn unprocessed_worlds(self, input: impl Into<String>) -> Self
pub fn unprocessed_worlds(self, input: impl Into<String>) -> Self
Appends an item to unprocessed_worlds.
To override the contents of this collection use set_unprocessed_worlds.
A list of unprocessed worlds associated with the call. These worlds were not deleted.
sourcepub fn set_unprocessed_worlds(self, input: Option<Vec<String>>) -> Self
pub fn set_unprocessed_worlds(self, input: Option<Vec<String>>) -> Self
A list of unprocessed worlds associated with the call. These worlds were not deleted.
sourcepub fn get_unprocessed_worlds(&self) -> &Option<Vec<String>>
pub fn get_unprocessed_worlds(&self) -> &Option<Vec<String>>
A list of unprocessed worlds associated with the call. These worlds were not deleted.
sourcepub fn build(self) -> BatchDeleteWorldsOutput
pub fn build(self) -> BatchDeleteWorldsOutput
Consumes the builder and constructs a BatchDeleteWorldsOutput.
Trait Implementations§
source§impl Clone for BatchDeleteWorldsOutputBuilder
impl Clone for BatchDeleteWorldsOutputBuilder
source§fn clone(&self) -> BatchDeleteWorldsOutputBuilder
fn clone(&self) -> BatchDeleteWorldsOutputBuilder
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 BatchDeleteWorldsOutputBuilder
impl Default for BatchDeleteWorldsOutputBuilder
source§fn default() -> BatchDeleteWorldsOutputBuilder
fn default() -> BatchDeleteWorldsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchDeleteWorldsOutputBuilder
impl PartialEq for BatchDeleteWorldsOutputBuilder
source§fn eq(&self, other: &BatchDeleteWorldsOutputBuilder) -> bool
fn eq(&self, other: &BatchDeleteWorldsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchDeleteWorldsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchDeleteWorldsOutputBuilder
impl Send for BatchDeleteWorldsOutputBuilder
impl Sync for BatchDeleteWorldsOutputBuilder
impl Unpin for BatchDeleteWorldsOutputBuilder
impl UnwindSafe for BatchDeleteWorldsOutputBuilder
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.