#[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.
This field is required.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 get_workspace(&self) -> &Option<WorkspaceDescription>
pub fn get_workspace(&self) -> &Option<WorkspaceDescription>
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 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 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.