@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteQueuedMessagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteQueuedMessagesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteQueuedMessagesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of a given wireless device for which downlink messages will be deleted.
|
String |
getMessageId()
If message ID is
"*" , it cleares the entire downlink queue for a given device, specified by the
wireless device ID. |
String |
getWirelessDeviceType()
The wireless device type, which can be either Sidewalk or LoRaWAN.
|
int |
hashCode() |
void |
setId(String id)
The ID of a given wireless device for which downlink messages will be deleted.
|
void |
setMessageId(String messageId)
If message ID is
"*" , it cleares the entire downlink queue for a given device, specified by the
wireless device ID. |
void |
setWirelessDeviceType(String wirelessDeviceType)
The wireless device type, which can be either Sidewalk or LoRaWAN.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQueuedMessagesRequest |
withId(String id)
The ID of a given wireless device for which downlink messages will be deleted.
|
DeleteQueuedMessagesRequest |
withMessageId(String messageId)
If message ID is
"*" , it cleares the entire downlink queue for a given device, specified by the
wireless device ID. |
DeleteQueuedMessagesRequest |
withWirelessDeviceType(String wirelessDeviceType)
The wireless device type, which can be either Sidewalk or LoRaWAN.
|
DeleteQueuedMessagesRequest |
withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, which can be either Sidewalk or LoRaWAN.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The ID of a given wireless device for which downlink messages will be deleted.
id
- The ID of a given wireless device for which downlink messages will be deleted.public String getId()
The ID of a given wireless device for which downlink messages will be deleted.
public DeleteQueuedMessagesRequest withId(String id)
The ID of a given wireless device for which downlink messages will be deleted.
id
- The ID of a given wireless device for which downlink messages will be deleted.public void setMessageId(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.
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.public String getMessageId()
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 DeleteQueuedMessagesRequest withMessageId(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.
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.public void setWirelessDeviceType(String wirelessDeviceType)
The wireless device type, which can be either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, which can be either Sidewalk or LoRaWAN.WirelessDeviceType
public String getWirelessDeviceType()
The wireless device type, which can be either Sidewalk or LoRaWAN.
WirelessDeviceType
public DeleteQueuedMessagesRequest withWirelessDeviceType(String wirelessDeviceType)
The wireless device type, which can be either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, which can be either Sidewalk or LoRaWAN.WirelessDeviceType
public DeleteQueuedMessagesRequest withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, which can be either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, which can be either Sidewalk or LoRaWAN.WirelessDeviceType
public String toString()
toString
in class Object
Object.toString()
public DeleteQueuedMessagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()