@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANConnectionStatusEventNotificationConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
Object for LoRaWAN connection status resource type event configuration.
Constructor and Description |
---|
LoRaWANConnectionStatusEventNotificationConfigurations() |
Modifier and Type | Method and Description |
---|---|
LoRaWANConnectionStatusEventNotificationConfigurations |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayEuiEventTopic()
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGatewayEuiEventTopic(String gatewayEuiEventTopic)
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANConnectionStatusEventNotificationConfigurations |
withGatewayEuiEventTopic(EventNotificationTopicStatus gatewayEuiEventTopic)
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
|
LoRaWANConnectionStatusEventNotificationConfigurations |
withGatewayEuiEventTopic(String gatewayEuiEventTopic)
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
|
public LoRaWANConnectionStatusEventNotificationConfigurations()
public void setGatewayEuiEventTopic(String gatewayEuiEventTopic)
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
gatewayEuiEventTopic
- Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.EventNotificationTopicStatus
public String getGatewayEuiEventTopic()
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
EventNotificationTopicStatus
public LoRaWANConnectionStatusEventNotificationConfigurations withGatewayEuiEventTopic(String gatewayEuiEventTopic)
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
gatewayEuiEventTopic
- Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.EventNotificationTopicStatus
public LoRaWANConnectionStatusEventNotificationConfigurations withGatewayEuiEventTopic(EventNotificationTopicStatus gatewayEuiEventTopic)
Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.
gatewayEuiEventTopic
- Enum to denote whether the gateway EUI connection status event topic is enabled or disabled.EventNotificationTopicStatus
public String toString()
toString
in class Object
Object.toString()
public LoRaWANConnectionStatusEventNotificationConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.