@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANJoinResourceTypeEventConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Object for LoRaWAN join resource type event configuration.
| Constructor and Description |
|---|
LoRaWANJoinResourceTypeEventConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANJoinResourceTypeEventConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getWirelessDeviceEventTopic()
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANJoinResourceTypeEventConfiguration |
withWirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
LoRaWANJoinResourceTypeEventConfiguration |
withWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
|
public LoRaWANJoinResourceTypeEventConfiguration()
public void setWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Enum to denote whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatuspublic String getWirelessDeviceEventTopic()
Enum to denote whether the wireless device join event topic is enabled or disabled.
EventNotificationTopicStatuspublic LoRaWANJoinResourceTypeEventConfiguration withWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Enum to denote whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatuspublic LoRaWANJoinResourceTypeEventConfiguration withWirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Enum to denote whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Enum to denote whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatuspublic String toString()
toString in class ObjectObject.toString()public LoRaWANJoinResourceTypeEventConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.