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