#[non_exhaustive]pub struct UpdateWorkteamOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateWorkteamOutput
.
Implementations§
source§impl UpdateWorkteamOutputBuilder
impl UpdateWorkteamOutputBuilder
sourcepub fn workteam(self, input: Workteam) -> Self
pub fn workteam(self, input: Workteam) -> Self
A Workteam
object that describes the updated work team.
sourcepub fn set_workteam(self, input: Option<Workteam>) -> Self
pub fn set_workteam(self, input: Option<Workteam>) -> Self
A Workteam
object that describes the updated work team.
sourcepub fn build(self) -> UpdateWorkteamOutput
pub fn build(self) -> UpdateWorkteamOutput
Consumes the builder and constructs a UpdateWorkteamOutput
.
Trait Implementations§
source§impl Clone for UpdateWorkteamOutputBuilder
impl Clone for UpdateWorkteamOutputBuilder
source§fn clone(&self) -> UpdateWorkteamOutputBuilder
fn clone(&self) -> UpdateWorkteamOutputBuilder
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 UpdateWorkteamOutputBuilder
impl Debug for UpdateWorkteamOutputBuilder
source§impl Default for UpdateWorkteamOutputBuilder
impl Default for UpdateWorkteamOutputBuilder
source§fn default() -> UpdateWorkteamOutputBuilder
fn default() -> UpdateWorkteamOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateWorkteamOutputBuilder> for UpdateWorkteamOutputBuilder
impl PartialEq<UpdateWorkteamOutputBuilder> for UpdateWorkteamOutputBuilder
source§fn eq(&self, other: &UpdateWorkteamOutputBuilder) -> bool
fn eq(&self, other: &UpdateWorkteamOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.