#[non_exhaustive]pub struct DeleteWorkteamInput { /* private fields */ }
Implementations§
source§impl DeleteWorkteamInput
impl DeleteWorkteamInput
sourcepub fn workteam_name(&self) -> Option<&str>
pub fn workteam_name(&self) -> Option<&str>
The name of the work team to delete.
source§impl DeleteWorkteamInput
impl DeleteWorkteamInput
sourcepub fn builder() -> DeleteWorkteamInputBuilder
pub fn builder() -> DeleteWorkteamInputBuilder
Creates a new builder-style object to manufacture DeleteWorkteamInput
.
source§impl DeleteWorkteamInput
impl DeleteWorkteamInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteWorkteam, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteWorkteam, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteWorkteam
>
Trait Implementations§
source§impl Clone for DeleteWorkteamInput
impl Clone for DeleteWorkteamInput
source§fn clone(&self) -> DeleteWorkteamInput
fn clone(&self) -> DeleteWorkteamInput
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 DeleteWorkteamInput
impl Debug for DeleteWorkteamInput
source§impl PartialEq<DeleteWorkteamInput> for DeleteWorkteamInput
impl PartialEq<DeleteWorkteamInput> for DeleteWorkteamInput
source§fn eq(&self, other: &DeleteWorkteamInput) -> bool
fn eq(&self, other: &DeleteWorkteamInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.