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