@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()
Denotes whether the wireless device join event topic is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkResourceTypeEventConfiguration |
withWirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
SidewalkResourceTypeEventConfiguration |
withWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
|
public SidewalkResourceTypeEventConfiguration()
public void setWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Denotes whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatuspublic String getWirelessDeviceEventTopic()
Denotes whether the wireless device join event topic is enabled or disabled.
EventNotificationTopicStatuspublic SidewalkResourceTypeEventConfiguration withWirelessDeviceEventTopic(String wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Denotes whether the wireless device join event topic is enabled or disabled.EventNotificationTopicStatuspublic SidewalkResourceTypeEventConfiguration withWirelessDeviceEventTopic(EventNotificationTopicStatus wirelessDeviceEventTopic)
Denotes whether the wireless device join event topic is enabled or disabled.
wirelessDeviceEventTopic - Denotes 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 © 2025. All rights reserved.