#[non_exhaustive]pub struct UpdateWorkspaceOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateWorkspaceOutput
.
Implementations§
source§impl UpdateWorkspaceOutputBuilder
impl UpdateWorkspaceOutputBuilder
sourcepub fn workspace(self, input: WorkspaceDescription) -> Self
pub fn workspace(self, input: WorkspaceDescription) -> Self
A structure containing data about the workspace that was created.
sourcepub fn set_workspace(self, input: Option<WorkspaceDescription>) -> Self
pub fn set_workspace(self, input: Option<WorkspaceDescription>) -> Self
A structure containing data about the workspace that was created.
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 ==
.