47 inline bool GetWifi()
const{
return m_wifi; }
52 inline void SetWifi(
bool value) { m_wifiHasBeenSet =
true; m_wifi = value; }
69 inline void SetBluetooth(
bool value) { m_bluetoothHasBeenSet =
true; m_bluetooth = value; }
80 inline bool GetNfc()
const{
return m_nfc; }
85 inline void SetNfc(
bool value) { m_nfcHasBeenSet =
true; m_nfc = value; }
95 inline bool GetGps()
const{
return m_gps; }
100 inline void SetGps(
bool value) { m_gpsHasBeenSet =
true; m_gps = value; }
109 bool m_wifiHasBeenSet;
111 bool m_bluetoothHasBeenSet;
113 bool m_nfcHasBeenSet;
115 bool m_gpsHasBeenSet;
#define AWS_DEVICEFARM_API
bool GetBluetooth() const
Radios & WithWifi(bool value)
void SetBluetooth(bool value)
Radios & WithNfc(bool value)
Radios & WithGps(bool value)
Radios & WithBluetooth(bool value)
JSON (JavaScript Object Notation).