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