Struct aws_sdk_devicefarm::model::device_pool_compatibility_result::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DevicePoolCompatibilityResult
Implementations
The device (phone or tablet) to return information about.
The device (phone or tablet) to return information about.
Whether the result was compatible with the device pool.
Whether the result was compatible with the device pool.
Appends an item to incompatibility_messages.
To override the contents of this collection use set_incompatibility_messages.
Information about the compatibility.
Information about the compatibility.
Consumes the builder and constructs a DevicePoolCompatibilityResult
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