Struct aws_sdk_robomaker::operation::delete_world_template::builders::DeleteWorldTemplateInputBuilder
source · #[non_exhaustive]pub struct DeleteWorldTemplateInputBuilder { /* private fields */ }Expand description
A builder for DeleteWorldTemplateInput.
Implementations§
source§impl DeleteWorldTemplateInputBuilder
impl DeleteWorldTemplateInputBuilder
sourcepub fn template(self, input: impl Into<String>) -> Self
pub fn template(self, input: impl Into<String>) -> Self
The Amazon Resource Name (arn) of the world template you want to delete.
This field is required.sourcepub fn set_template(self, input: Option<String>) -> Self
pub fn set_template(self, input: Option<String>) -> Self
The Amazon Resource Name (arn) of the world template you want to delete.
sourcepub fn get_template(&self) -> &Option<String>
pub fn get_template(&self) -> &Option<String>
The Amazon Resource Name (arn) of the world template you want to delete.
sourcepub fn build(self) -> Result<DeleteWorldTemplateInput, BuildError>
pub fn build(self) -> Result<DeleteWorldTemplateInput, BuildError>
Consumes the builder and constructs a DeleteWorldTemplateInput.
source§impl DeleteWorldTemplateInputBuilder
impl DeleteWorldTemplateInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteWorldTemplateOutput, SdkError<DeleteWorldTemplateError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteWorldTemplateOutput, SdkError<DeleteWorldTemplateError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteWorldTemplateInputBuilder
impl Clone for DeleteWorldTemplateInputBuilder
source§fn clone(&self) -> DeleteWorldTemplateInputBuilder
fn clone(&self) -> DeleteWorldTemplateInputBuilder
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 DeleteWorldTemplateInputBuilder
impl Default for DeleteWorldTemplateInputBuilder
source§fn default() -> DeleteWorldTemplateInputBuilder
fn default() -> DeleteWorldTemplateInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteWorldTemplateInputBuilder
impl PartialEq for DeleteWorldTemplateInputBuilder
source§fn eq(&self, other: &DeleteWorldTemplateInputBuilder) -> bool
fn eq(&self, other: &DeleteWorldTemplateInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteWorldTemplateInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteWorldTemplateInputBuilder
impl Send for DeleteWorldTemplateInputBuilder
impl Sync for DeleteWorldTemplateInputBuilder
impl Unpin for DeleteWorldTemplateInputBuilder
impl UnwindSafe for DeleteWorldTemplateInputBuilder
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.