@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANListDevice extends Object implements Serializable, Cloneable, StructuredPojo
LoRaWAN object for list functions.
Constructor and Description |
---|
LoRaWANListDevice() |
Modifier and Type | Method and Description |
---|---|
LoRaWANListDevice |
clone() |
boolean |
equals(Object obj) |
String |
getDevEui()
The DevEUI value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDevEui(String devEui)
The DevEUI value.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANListDevice |
withDevEui(String devEui)
The DevEUI value.
|
public void setDevEui(String devEui)
The DevEUI value.
devEui
- The DevEUI value.public String getDevEui()
The DevEUI value.
public LoRaWANListDevice withDevEui(String devEui)
The DevEUI value.
devEui
- The DevEUI value.public String toString()
toString
in class Object
Object.toString()
public LoRaWANListDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.