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