Struct aws_sdk_devicefarm::types::builders::RadiosBuilder
source · #[non_exhaustive]pub struct RadiosBuilder { /* private fields */ }Expand description
A builder for Radios.
Implementations§
source§impl RadiosBuilder
impl RadiosBuilder
sourcepub fn wifi(self, input: bool) -> Self
pub fn wifi(self, input: bool) -> Self
True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
sourcepub fn set_wifi(self, input: Option<bool>) -> Self
pub fn set_wifi(self, input: Option<bool>) -> Self
True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
sourcepub fn get_wifi(&self) -> &Option<bool>
pub fn get_wifi(&self) -> &Option<bool>
True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
sourcepub fn bluetooth(self, input: bool) -> Self
pub fn bluetooth(self, input: bool) -> Self
True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
sourcepub fn set_bluetooth(self, input: Option<bool>) -> Self
pub fn set_bluetooth(self, input: Option<bool>) -> Self
True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
sourcepub fn get_bluetooth(&self) -> &Option<bool>
pub fn get_bluetooth(&self) -> &Option<bool>
True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
sourcepub fn nfc(self, input: bool) -> Self
pub fn nfc(self, input: bool) -> Self
True if NFC is enabled at the beginning of the test. Otherwise, false.
sourcepub fn set_nfc(self, input: Option<bool>) -> Self
pub fn set_nfc(self, input: Option<bool>) -> Self
True if NFC is enabled at the beginning of the test. Otherwise, false.
sourcepub fn get_nfc(&self) -> &Option<bool>
pub fn get_nfc(&self) -> &Option<bool>
True if NFC is enabled at the beginning of the test. Otherwise, false.
sourcepub fn gps(self, input: bool) -> Self
pub fn gps(self, input: bool) -> Self
True if GPS is enabled at the beginning of the test. Otherwise, false.
sourcepub fn set_gps(self, input: Option<bool>) -> Self
pub fn set_gps(self, input: Option<bool>) -> Self
True if GPS is enabled at the beginning of the test. Otherwise, false.
Trait Implementations§
source§impl Clone for RadiosBuilder
impl Clone for RadiosBuilder
source§fn clone(&self) -> RadiosBuilder
fn clone(&self) -> RadiosBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for RadiosBuilder
impl Debug for RadiosBuilder
source§impl Default for RadiosBuilder
impl Default for RadiosBuilder
source§fn default() -> RadiosBuilder
fn default() -> RadiosBuilder
source§impl PartialEq for RadiosBuilder
impl PartialEq for RadiosBuilder
source§fn eq(&self, other: &RadiosBuilder) -> bool
fn eq(&self, other: &RadiosBuilder) -> bool
self and other values to be equal, and is used
by ==.