@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()
Denotes whether the wireless device join event topic is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANJoinResourceTypeEventConfiguration |
withWirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
LoRaWANJoinResourceTypeEventConfiguration |
withWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
public LoRaWANJoinResourceTypeEventConfiguration()
public void setWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Denotes whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatuspublic String getWirelessDeviceEventTopic()
Denotes whether the wireless device join event topic is enabled or disabled.
EventNotificationTopicStatuspublic LoRaWANJoinResourceTypeEventConfiguration withWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Denotes whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatuspublic LoRaWANJoinResourceTypeEventConfiguration withWirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Denotes 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 © 2023. All rights reserved.