StructuredPojo
, ToCopyableBuilder<Radios.Builder,Radios>
@Generated("software.amazon.awssdk:codegen") public class Radios extends Object implements StructuredPojo, ToCopyableBuilder<Radios.Builder,Radios>
Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Radios.Builder |
Modifier and Type | Method | Description |
---|---|---|
Boolean |
bluetooth() |
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
static Radios.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
gps() |
True if GPS is enabled at the beginning of the test; otherwise, false.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Boolean |
nfc() |
True if NFC is enabled at the beginning of the test; otherwise, false.
|
static Class<? extends Radios.Builder> |
serializableBuilderClass() |
|
Radios.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
wifi() |
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
public Boolean wifi()
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
public Boolean bluetooth()
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
public Boolean nfc()
True if NFC is enabled at the beginning of the test; otherwise, false.
public Boolean gps()
True if GPS is enabled at the beginning of the test; otherwise, false.
public Radios.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Radios.Builder,Radios>
public static Radios.Builder builder()
public static Class<? extends Radios.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.