Struct aws_sdk_devicefarm::model::device_selection_result::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DeviceSelectionResult
Implementations
Appends an item to filters.
To override the contents of this collection use set_filters.
The filters in a device selection result.
The filters in a device selection result.
The number of devices that matched the device filter selection criteria.
The number of devices that matched the device filter selection criteria.
The maximum number of devices to be selected by a device filter and included in a test run.
The maximum number of devices to be selected by a device filter and included in a test run.
Consumes the builder and constructs a DeviceSelectionResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more