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.
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 build(self) -> UpdateWorkspaceOutput
pub fn build(self) -> UpdateWorkspaceOutput
Consumes the builder and constructs a UpdateWorkspaceOutput.
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<UpdateWorkspaceOutputBuilder> for UpdateWorkspaceOutputBuilder
impl PartialEq<UpdateWorkspaceOutputBuilder> 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 ==.