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