Struct aws_sdk_grafana::operation::describe_workspace::builders::DescribeWorkspaceOutputBuilder
source · #[non_exhaustive]pub struct DescribeWorkspaceOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeWorkspaceOutput
.
Implementations§
source§impl DescribeWorkspaceOutputBuilder
impl DescribeWorkspaceOutputBuilder
sourcepub fn workspace(self, input: WorkspaceDescription) -> Self
pub fn workspace(self, input: WorkspaceDescription) -> Self
A structure containing information about the workspace.
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 information about the workspace.
sourcepub fn get_workspace(&self) -> &Option<WorkspaceDescription>
pub fn get_workspace(&self) -> &Option<WorkspaceDescription>
A structure containing information about the workspace.
sourcepub fn build(self) -> DescribeWorkspaceOutput
pub fn build(self) -> DescribeWorkspaceOutput
Consumes the builder and constructs a DescribeWorkspaceOutput
.
Trait Implementations§
source§impl Clone for DescribeWorkspaceOutputBuilder
impl Clone for DescribeWorkspaceOutputBuilder
source§fn clone(&self) -> DescribeWorkspaceOutputBuilder
fn clone(&self) -> DescribeWorkspaceOutputBuilder
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 DescribeWorkspaceOutputBuilder
impl Default for DescribeWorkspaceOutputBuilder
source§fn default() -> DescribeWorkspaceOutputBuilder
fn default() -> DescribeWorkspaceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeWorkspaceOutputBuilder
impl PartialEq for DescribeWorkspaceOutputBuilder
source§fn eq(&self, other: &DescribeWorkspaceOutputBuilder) -> bool
fn eq(&self, other: &DescribeWorkspaceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeWorkspaceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeWorkspaceOutputBuilder
impl Send for DescribeWorkspaceOutputBuilder
impl Sync for DescribeWorkspaceOutputBuilder
impl Unpin for DescribeWorkspaceOutputBuilder
impl UnwindSafe for DescribeWorkspaceOutputBuilder
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.