@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.EventNotificationTopicStatus
public String getDevEuiEventTopic()
Denotes whether the Dev EUI join event topic is enabled or disabled.
EventNotificationTopicStatus
public 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.EventNotificationTopicStatus
public 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.EventNotificationTopicStatus
public String toString()
toString
in class Object
Object.toString()
public LoRaWANJoinEventNotificationConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.