pub struct Builder { /* private fields */ }
Expand description
A builder for GetSuiteDefinitionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn suite_definition_id(self, input: impl Into<String>) -> Self
pub fn suite_definition_id(self, input: impl Into<String>) -> Self
Suite definition ID of the test suite to get.
sourcepub fn set_suite_definition_id(self, input: Option<String>) -> Self
pub fn set_suite_definition_id(self, input: Option<String>) -> Self
Suite definition ID of the test suite to get.
sourcepub fn suite_definition_version(self, input: impl Into<String>) -> Self
pub fn suite_definition_version(self, input: impl Into<String>) -> Self
Suite definition version of the test suite to get.
sourcepub fn set_suite_definition_version(self, input: Option<String>) -> Self
pub fn set_suite_definition_version(self, input: Option<String>) -> Self
Suite definition version of the test suite to get.
sourcepub fn build(self) -> Result<GetSuiteDefinitionInput, BuildError>
pub fn build(self) -> Result<GetSuiteDefinitionInput, BuildError>
Consumes the builder and constructs a GetSuiteDefinitionInput
.