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