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