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