@Generated(value="software.amazon.awssdk:codegen") public final class DeleteQueuedMessagesRequest extends IotWirelessRequest implements ToCopyableBuilder<DeleteQueuedMessagesRequest.Builder,DeleteQueuedMessagesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteQueuedMessagesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteQueuedMessagesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of a given wireless device for which downlink messages will be deleted.
|
String |
messageId()
If message ID is
"*", it cleares the entire downlink queue for a given device, specified by the
wireless device ID. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteQueuedMessagesRequest.Builder> |
serializableBuilderClass() |
DeleteQueuedMessagesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WirelessDeviceType |
wirelessDeviceType()
The wireless device type, which can be either Sidewalk or LoRaWAN.
|
String |
wirelessDeviceTypeAsString()
The wireless device type, which can be either Sidewalk or LoRaWAN.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of a given wireless device for which downlink messages will be deleted.
public final String messageId()
If message ID is "*", it cleares the entire downlink queue for a given device, specified by the
wireless device ID. Otherwise, the downlink message with the specified message ID will be deleted.
"*", it cleares the entire downlink queue for a given device, specified by
the wireless device ID. Otherwise, the downlink message with the specified message ID will be deleted.public final WirelessDeviceType wirelessDeviceType()
The wireless device type, which can be either Sidewalk or LoRaWAN.
If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceType will return WirelessDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from wirelessDeviceTypeAsString().
WirelessDeviceTypepublic final String wirelessDeviceTypeAsString()
The wireless device type, which can be either Sidewalk or LoRaWAN.
If the service returns an enum value that is not available in the current SDK version,
wirelessDeviceType will return WirelessDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from wirelessDeviceTypeAsString().
WirelessDeviceTypepublic DeleteQueuedMessagesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteQueuedMessagesRequest.Builder,DeleteQueuedMessagesRequest>toBuilder in class IotWirelessRequestpublic static DeleteQueuedMessagesRequest.Builder builder()
public static Class<? extends DeleteQueuedMessagesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.