@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MessageDeliveryStatusEventConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Message delivery status event configuration object for enabling and disabling relevant topics.
| Constructor and Description |
|---|
MessageDeliveryStatusEventConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MessageDeliveryStatusEventConfiguration |
clone() |
boolean |
equals(Object obj) |
SidewalkEventNotificationConfigurations |
getSidewalk() |
String |
getWirelessDeviceIdEventTopic()
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSidewalk(SidewalkEventNotificationConfigurations sidewalk) |
void |
setWirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
MessageDeliveryStatusEventConfiguration |
withSidewalk(SidewalkEventNotificationConfigurations sidewalk) |
MessageDeliveryStatusEventConfiguration |
withWirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
MessageDeliveryStatusEventConfiguration |
withWirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
public MessageDeliveryStatusEventConfiguration()
public void setSidewalk(SidewalkEventNotificationConfigurations sidewalk)
sidewalk - public SidewalkEventNotificationConfigurations getSidewalk()
public MessageDeliveryStatusEventConfiguration withSidewalk(SidewalkEventNotificationConfigurations sidewalk)
sidewalk - public void setWirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
wirelessDeviceIdEventTopic - Enum to denote whether the wireless device id device registration state event topic is enabled or
disabled.EventNotificationTopicStatuspublic String getWirelessDeviceIdEventTopic()
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
EventNotificationTopicStatuspublic MessageDeliveryStatusEventConfiguration withWirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
wirelessDeviceIdEventTopic - Enum to denote whether the wireless device id device registration state event topic is enabled or
disabled.EventNotificationTopicStatuspublic MessageDeliveryStatusEventConfiguration withWirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
wirelessDeviceIdEventTopic - Enum to denote whether the wireless device id device registration state event topic is enabled or
disabled.EventNotificationTopicStatuspublic String toString()
toString in class ObjectObject.toString()public MessageDeliveryStatusEventConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.