Struct aws_sdk_robomaker::operation::batch_delete_worlds::builders::BatchDeleteWorldsFluentBuilder
source · pub struct BatchDeleteWorldsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to BatchDeleteWorlds.
Deletes one or more worlds in a batch operation.
Implementations§
source§impl BatchDeleteWorldsFluentBuilder
impl BatchDeleteWorldsFluentBuilder
sourcepub fn as_input(&self) -> &BatchDeleteWorldsInputBuilder
pub fn as_input(&self) -> &BatchDeleteWorldsInputBuilder
Access the BatchDeleteWorlds as a reference.
sourcepub async fn send(
self
) -> Result<BatchDeleteWorldsOutput, SdkError<BatchDeleteWorldsError, HttpResponse>>
pub async fn send( self ) -> Result<BatchDeleteWorldsOutput, SdkError<BatchDeleteWorldsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<BatchDeleteWorldsOutput, BatchDeleteWorldsError, Self>
pub fn customize( self ) -> CustomizableOperation<BatchDeleteWorldsOutput, BatchDeleteWorldsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn worlds(self, input: impl Into<String>) -> Self
pub fn worlds(self, input: impl Into<String>) -> Self
Appends an item to worlds.
To override the contents of this collection use set_worlds.
A list of Amazon Resource Names (arns) that correspond to worlds to delete.
sourcepub fn set_worlds(self, input: Option<Vec<String>>) -> Self
pub fn set_worlds(self, input: Option<Vec<String>>) -> Self
A list of Amazon Resource Names (arns) that correspond to worlds to delete.
sourcepub fn get_worlds(&self) -> &Option<Vec<String>>
pub fn get_worlds(&self) -> &Option<Vec<String>>
A list of Amazon Resource Names (arns) that correspond to worlds to delete.
Trait Implementations§
source§impl Clone for BatchDeleteWorldsFluentBuilder
impl Clone for BatchDeleteWorldsFluentBuilder
source§fn clone(&self) -> BatchDeleteWorldsFluentBuilder
fn clone(&self) -> BatchDeleteWorldsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more