@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()
Id of a given wireless device which messages will be deleted
|
String |
messageId()
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message
with messageId will be deleted
|
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, it is either Sidewalk or LoRaWAN.
|
String |
wirelessDeviceTypeAsString()
The wireless device type, it is either Sidewalk or LoRaWAN.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
Id of a given wireless device which messages will be deleted
public final String messageId()
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted
public final WirelessDeviceType wirelessDeviceType()
The wireless device type, it is 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, it is 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.