@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)
Marshalls this structured data using the given
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.EventNotificationTopicStatus
public String getWirelessDeviceIdEventTopic()
Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
EventNotificationTopicStatus
public 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.EventNotificationTopicStatus
public 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.EventNotificationTopicStatus
public String toString()
toString
in class Object
Object.toString()
public MessageDeliveryStatusEventConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.