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