Struct aws_sdk_iottwinmaker::operation::update_workspace::builders::UpdateWorkspaceOutputBuilder
source · #[non_exhaustive]pub struct UpdateWorkspaceOutputBuilder { /* private fields */ }Expand description
A builder for UpdateWorkspaceOutput.
Implementations§
source§impl UpdateWorkspaceOutputBuilder
impl UpdateWorkspaceOutputBuilder
sourcepub fn update_date_time(self, input: DateTime) -> Self
pub fn update_date_time(self, input: DateTime) -> Self
The date and time of the current update.
This field is required.sourcepub fn set_update_date_time(self, input: Option<DateTime>) -> Self
pub fn set_update_date_time(self, input: Option<DateTime>) -> Self
The date and time of the current update.
sourcepub fn get_update_date_time(&self) -> &Option<DateTime>
pub fn get_update_date_time(&self) -> &Option<DateTime>
The date and time of the current update.
sourcepub fn build(self) -> Result<UpdateWorkspaceOutput, BuildError>
pub fn build(self) -> Result<UpdateWorkspaceOutput, BuildError>
Consumes the builder and constructs a UpdateWorkspaceOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for UpdateWorkspaceOutputBuilder
impl Clone for UpdateWorkspaceOutputBuilder
source§fn clone(&self) -> UpdateWorkspaceOutputBuilder
fn clone(&self) -> UpdateWorkspaceOutputBuilder
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 Debug for UpdateWorkspaceOutputBuilder
impl Debug for UpdateWorkspaceOutputBuilder
source§impl Default for UpdateWorkspaceOutputBuilder
impl Default for UpdateWorkspaceOutputBuilder
source§fn default() -> UpdateWorkspaceOutputBuilder
fn default() -> UpdateWorkspaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateWorkspaceOutputBuilder
impl PartialEq for UpdateWorkspaceOutputBuilder
source§fn eq(&self, other: &UpdateWorkspaceOutputBuilder) -> bool
fn eq(&self, other: &UpdateWorkspaceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateWorkspaceOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateWorkspaceOutputBuilder
impl RefUnwindSafe for UpdateWorkspaceOutputBuilder
impl Send for UpdateWorkspaceOutputBuilder
impl Sync for UpdateWorkspaceOutputBuilder
impl Unpin for UpdateWorkspaceOutputBuilder
impl UnwindSafe for UpdateWorkspaceOutputBuilder
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.