Struct aws_sdk_robomaker::operation::update_world_template::builders::UpdateWorldTemplateOutputBuilder
source · #[non_exhaustive]pub struct UpdateWorldTemplateOutputBuilder { /* private fields */ }Expand description
A builder for UpdateWorldTemplateOutput.
Implementations§
source§impl UpdateWorldTemplateOutputBuilder
impl UpdateWorldTemplateOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (arn) of the world template.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (arn) of the world template.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the world template was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the world template was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the world template was created.
sourcepub fn last_updated_at(self, input: DateTime) -> Self
pub fn last_updated_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the world template was last updated.
sourcepub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the world template was last updated.
sourcepub fn get_last_updated_at(&self) -> &Option<DateTime>
pub fn get_last_updated_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the world template was last updated.
sourcepub fn build(self) -> UpdateWorldTemplateOutput
pub fn build(self) -> UpdateWorldTemplateOutput
Consumes the builder and constructs a UpdateWorldTemplateOutput.
Trait Implementations§
source§impl Clone for UpdateWorldTemplateOutputBuilder
impl Clone for UpdateWorldTemplateOutputBuilder
source§fn clone(&self) -> UpdateWorldTemplateOutputBuilder
fn clone(&self) -> UpdateWorldTemplateOutputBuilder
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 UpdateWorldTemplateOutputBuilder
impl Default for UpdateWorldTemplateOutputBuilder
source§fn default() -> UpdateWorldTemplateOutputBuilder
fn default() -> UpdateWorldTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateWorldTemplateOutputBuilder
impl PartialEq for UpdateWorldTemplateOutputBuilder
source§fn eq(&self, other: &UpdateWorldTemplateOutputBuilder) -> bool
fn eq(&self, other: &UpdateWorldTemplateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateWorldTemplateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateWorldTemplateOutputBuilder
impl Send for UpdateWorldTemplateOutputBuilder
impl Sync for UpdateWorldTemplateOutputBuilder
impl Unpin for UpdateWorldTemplateOutputBuilder
impl UnwindSafe for UpdateWorldTemplateOutputBuilder
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.