Struct aws_sdk_iotdeviceadvisor::model::test_result::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TestResult
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn groups(self, input: GroupResult) -> Self
pub fn groups(self, input: GroupResult) -> Self
Appends an item to groups
.
To override the contents of this collection use set_groups
.
Show each group of test results.
sourcepub fn set_groups(self, input: Option<Vec<GroupResult>>) -> Self
pub fn set_groups(self, input: Option<Vec<GroupResult>>) -> Self
Show each group of test results.
sourcepub fn build(self) -> TestResult
pub fn build(self) -> TestResult
Consumes the builder and constructs a TestResult
.