@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANGateway extends Object implements Serializable, Cloneable, StructuredPojo
LoRaWANGateway object.
| Constructor and Description |
|---|
LoRaWANGateway() |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANGateway |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayEui()
The gateway's EUI value.
|
String |
getRfRegion()
The frequency band (RFRegion) value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGatewayEui(String gatewayEui)
The gateway's EUI value.
|
void |
setRfRegion(String rfRegion)
The frequency band (RFRegion) value.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANGateway |
withGatewayEui(String gatewayEui)
The gateway's EUI value.
|
LoRaWANGateway |
withRfRegion(String rfRegion)
The frequency band (RFRegion) value.
|
public void setGatewayEui(String gatewayEui)
The gateway's EUI value.
gatewayEui - The gateway's EUI value.public String getGatewayEui()
The gateway's EUI value.
public LoRaWANGateway withGatewayEui(String gatewayEui)
The gateway's EUI value.
gatewayEui - The gateway's EUI value.public void setRfRegion(String rfRegion)
The frequency band (RFRegion) value.
rfRegion - The frequency band (RFRegion) value.public String getRfRegion()
The frequency band (RFRegion) value.
public LoRaWANGateway withRfRegion(String rfRegion)
The frequency band (RFRegion) value.
rfRegion - The frequency band (RFRegion) value.public String toString()
toString in class ObjectObject.toString()public LoRaWANGateway clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.