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 Freeze for DescribeSubscribedWorkteamOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.