Struct aws_sdk_robomaker::operation::update_world_template::builders::UpdateWorldTemplateFluentBuilder
source · pub struct UpdateWorldTemplateFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateWorldTemplate.
Updates a world template.
Implementations§
source§impl UpdateWorldTemplateFluentBuilder
impl UpdateWorldTemplateFluentBuilder
sourcepub fn as_input(&self) -> &UpdateWorldTemplateInputBuilder
pub fn as_input(&self) -> &UpdateWorldTemplateInputBuilder
Access the UpdateWorldTemplate as a reference.
sourcepub async fn send(
self
) -> Result<UpdateWorldTemplateOutput, SdkError<UpdateWorldTemplateError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateWorldTemplateOutput, SdkError<UpdateWorldTemplateError, 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<UpdateWorldTemplateOutput, UpdateWorldTemplateError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateWorldTemplateOutput, UpdateWorldTemplateError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 to update.
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 to update.
sourcepub fn get_template(&self) -> &Option<String>
pub fn get_template(&self) -> &Option<String>
The Amazon Resource Name (arn) of the world template to update.
sourcepub fn template_body(self, input: impl Into<String>) -> Self
pub fn template_body(self, input: impl Into<String>) -> Self
The world template body.
sourcepub fn set_template_body(self, input: Option<String>) -> Self
pub fn set_template_body(self, input: Option<String>) -> Self
The world template body.
sourcepub fn get_template_body(&self) -> &Option<String>
pub fn get_template_body(&self) -> &Option<String>
The world template body.
sourcepub fn template_location(self, input: TemplateLocation) -> Self
pub fn template_location(self, input: TemplateLocation) -> Self
The location of the world template.
sourcepub fn set_template_location(self, input: Option<TemplateLocation>) -> Self
pub fn set_template_location(self, input: Option<TemplateLocation>) -> Self
The location of the world template.
sourcepub fn get_template_location(&self) -> &Option<TemplateLocation>
pub fn get_template_location(&self) -> &Option<TemplateLocation>
The location of the world template.
Trait Implementations§
source§impl Clone for UpdateWorldTemplateFluentBuilder
impl Clone for UpdateWorldTemplateFluentBuilder
source§fn clone(&self) -> UpdateWorldTemplateFluentBuilder
fn clone(&self) -> UpdateWorldTemplateFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more