@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANFuotaTask extends Object implements Serializable, Cloneable, StructuredPojo
The LoRaWAN information used with a FUOTA task.
| Constructor and Description |
|---|
LoRaWANFuotaTask() |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANFuotaTask |
clone() |
boolean |
equals(Object obj) |
String |
getRfRegion() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRfRegion(String rfRegion) |
String |
toString()
Returns a string representation of this object.
|
LoRaWANFuotaTask |
withRfRegion(String rfRegion) |
LoRaWANFuotaTask |
withRfRegion(SupportedRfRegion rfRegion) |
public void setRfRegion(String rfRegion)
rfRegion - SupportedRfRegionpublic String getRfRegion()
SupportedRfRegionpublic LoRaWANFuotaTask withRfRegion(String rfRegion)
rfRegion - SupportedRfRegionpublic LoRaWANFuotaTask withRfRegion(SupportedRfRegion rfRegion)
rfRegion - SupportedRfRegionpublic String toString()
toString in class ObjectObject.toString()public LoRaWANFuotaTask clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.