@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()
Denotes 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)
Denotes 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)
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
|
LoRaWANConnectionStatusEventNotificationConfigurations |
withGatewayEuiEventTopic(String gatewayEuiEventTopic)
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
|
public LoRaWANConnectionStatusEventNotificationConfigurations()
public void setGatewayEuiEventTopic(String gatewayEuiEventTopic)
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
gatewayEuiEventTopic - Denotes whether the gateway EUI connection status event topic is enabled or disabled.EventNotificationTopicStatuspublic String getGatewayEuiEventTopic()
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
EventNotificationTopicStatuspublic LoRaWANConnectionStatusEventNotificationConfigurations withGatewayEuiEventTopic(String gatewayEuiEventTopic)
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
gatewayEuiEventTopic - Denotes whether the gateway EUI connection status event topic is enabled or disabled.EventNotificationTopicStatuspublic LoRaWANConnectionStatusEventNotificationConfigurations withGatewayEuiEventTopic(EventNotificationTopicStatus gatewayEuiEventTopic)
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
gatewayEuiEventTopic - Denotes whether the gateway EUI connection status event topic is enabled or disabled.EventNotificationTopicStatuspublic String toString()
toString in class ObjectObject.toString()public LoRaWANConnectionStatusEventNotificationConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.