Struct aws_sdk_sagemaker::operation::describe_workteam::builders::DescribeWorkteamOutputBuilder
source · #[non_exhaustive]pub struct DescribeWorkteamOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeWorkteamOutput
.
Implementations§
source§impl DescribeWorkteamOutputBuilder
impl DescribeWorkteamOutputBuilder
sourcepub fn workteam(self, input: Workteam) -> Self
pub fn workteam(self, input: Workteam) -> Self
A Workteam
instance that contains information about the work team.
sourcepub fn set_workteam(self, input: Option<Workteam>) -> Self
pub fn set_workteam(self, input: Option<Workteam>) -> Self
A Workteam
instance that contains information about the work team.
sourcepub fn get_workteam(&self) -> &Option<Workteam>
pub fn get_workteam(&self) -> &Option<Workteam>
A Workteam
instance that contains information about the work team.
sourcepub fn build(self) -> DescribeWorkteamOutput
pub fn build(self) -> DescribeWorkteamOutput
Consumes the builder and constructs a DescribeWorkteamOutput
.
Trait Implementations§
source§impl Clone for DescribeWorkteamOutputBuilder
impl Clone for DescribeWorkteamOutputBuilder
source§fn clone(&self) -> DescribeWorkteamOutputBuilder
fn clone(&self) -> DescribeWorkteamOutputBuilder
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 DescribeWorkteamOutputBuilder
impl Default for DescribeWorkteamOutputBuilder
source§fn default() -> DescribeWorkteamOutputBuilder
fn default() -> DescribeWorkteamOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeWorkteamOutputBuilder
impl PartialEq for DescribeWorkteamOutputBuilder
source§fn eq(&self, other: &DescribeWorkteamOutputBuilder) -> bool
fn eq(&self, other: &DescribeWorkteamOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeWorkteamOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeWorkteamOutputBuilder
impl RefUnwindSafe for DescribeWorkteamOutputBuilder
impl Send for DescribeWorkteamOutputBuilder
impl Sync for DescribeWorkteamOutputBuilder
impl Unpin for DescribeWorkteamOutputBuilder
impl UnwindSafe for DescribeWorkteamOutputBuilder
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.