@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()
Denotes whether the Dev EUI join event topic is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDevEuiEventTopic(String devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANJoinEventNotificationConfigurations |
withDevEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
|
LoRaWANJoinEventNotificationConfigurations |
withDevEuiEventTopic(String devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
|
public LoRaWANJoinEventNotificationConfigurations()
public void setDevEuiEventTopic(String devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
devEuiEventTopic - Denotes whether the Dev EUI join event topic is enabled or disabled.EventNotificationTopicStatuspublic String getDevEuiEventTopic()
Denotes whether the Dev EUI join event topic is enabled or disabled.
EventNotificationTopicStatuspublic LoRaWANJoinEventNotificationConfigurations withDevEuiEventTopic(String devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
devEuiEventTopic - Denotes whether the Dev EUI join event topic is enabled or disabled.EventNotificationTopicStatuspublic LoRaWANJoinEventNotificationConfigurations withDevEuiEventTopic(EventNotificationTopicStatus devEuiEventTopic)
Denotes whether the Dev EUI join event topic is enabled or disabled.
devEuiEventTopic - Denotes 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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.