Class MessageDeliveryStatusEventConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.MessageDeliveryStatusEventConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MessageDeliveryStatusEventConfiguration.Builder,MessageDeliveryStatusEventConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class MessageDeliveryStatusEventConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MessageDeliveryStatusEventConfiguration.Builder,MessageDeliveryStatusEventConfiguration>
Message delivery status event configuration object for enabling and disabling relevant topics.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMessageDeliveryStatusEventConfiguration.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sidewalk
public final SidewalkEventNotificationConfigurations sidewalk()
Returns the value of the Sidewalk property for this object.- Returns:
- The value of the Sidewalk property for this object.
-
wirelessDeviceIdEventTopic
public final EventNotificationTopicStatus wirelessDeviceIdEventTopic()
Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceIdEventTopicwill returnEventNotificationTopicStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwirelessDeviceIdEventTopicAsString().- Returns:
- Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.
- See Also:
EventNotificationTopicStatus
-
wirelessDeviceIdEventTopicAsString
public final String wirelessDeviceIdEventTopicAsString()
Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceIdEventTopicwill returnEventNotificationTopicStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwirelessDeviceIdEventTopicAsString().- Returns:
- Denotes whether the wireless device ID message delivery status event topic is enabled or disabled.
- See Also:
EventNotificationTopicStatus
-
toBuilder
public MessageDeliveryStatusEventConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MessageDeliveryStatusEventConfiguration.Builder,MessageDeliveryStatusEventConfiguration>
-
builder
public static MessageDeliveryStatusEventConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends MessageDeliveryStatusEventConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-