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