@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CellSignals extends Object implements Serializable, Cloneable, StructuredPojo
The cellular network communication infrastructure that the device uses.
Constructor and Description |
---|
CellSignals() |
Modifier and Type | Method and Description |
---|---|
CellSignals |
clone() |
boolean |
equals(Object obj) |
List<LteCellDetails> |
getLteCellDetails()
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLteCellDetails(Collection<LteCellDetails> lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
String |
toString()
Returns a string representation of this object.
|
CellSignals |
withLteCellDetails(Collection<LteCellDetails> lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
CellSignals |
withLteCellDetails(LteCellDetails... lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
|
public List<LteCellDetails> getLteCellDetails()
Information about the Long-Term Evolution (LTE) network the device is connected to.
public void setLteCellDetails(Collection<LteCellDetails> lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
lteCellDetails
- Information about the Long-Term Evolution (LTE) network the device is connected to.public CellSignals withLteCellDetails(LteCellDetails... lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
NOTE: This method appends the values to the existing list (if any). Use
setLteCellDetails(java.util.Collection)
or withLteCellDetails(java.util.Collection)
if you want
to override the existing values.
lteCellDetails
- Information about the Long-Term Evolution (LTE) network the device is connected to.public CellSignals withLteCellDetails(Collection<LteCellDetails> lteCellDetails)
Information about the Long-Term Evolution (LTE) network the device is connected to.
lteCellDetails
- Information about the Long-Term Evolution (LTE) network the device is connected to.public String toString()
toString
in class Object
Object.toString()
public CellSignals clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.