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