#[non_exhaustive]pub struct ListSuiteRunsInput { /* private fields */ }
Implementations§
source§impl ListSuiteRunsInput
impl ListSuiteRunsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSuiteRuns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSuiteRuns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSuiteRuns
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSuiteRunsInput
.
source§impl ListSuiteRunsInput
impl ListSuiteRunsInput
sourcepub fn suite_definition_id(&self) -> Option<&str>
pub fn suite_definition_id(&self) -> Option<&str>
Lists the test suite runs of the specified test suite based on suite definition ID.
sourcepub fn suite_definition_version(&self) -> Option<&str>
pub fn suite_definition_version(&self) -> Option<&str>
Must be passed along with suiteDefinitionId
. Lists the test suite runs of the specified test suite based on suite definition version.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of results to return at once.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to retrieve the next set of results.
Trait Implementations§
source§impl Clone for ListSuiteRunsInput
impl Clone for ListSuiteRunsInput
source§fn clone(&self) -> ListSuiteRunsInput
fn clone(&self) -> ListSuiteRunsInput
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 ListSuiteRunsInput
impl Debug for ListSuiteRunsInput
source§impl PartialEq<ListSuiteRunsInput> for ListSuiteRunsInput
impl PartialEq<ListSuiteRunsInput> for ListSuiteRunsInput
source§fn eq(&self, other: &ListSuiteRunsInput) -> bool
fn eq(&self, other: &ListSuiteRunsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.