@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()
Id of a given wireless device which messages will be deleted
|
String |
getMessageId()
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message
with messageId will be deleted
|
String |
getWirelessDeviceType()
The wireless device type, it is either Sidewalk or LoRaWAN.
|
int |
hashCode() |
void |
setId(String id)
Id of a given wireless device which messages will be deleted
|
void |
setMessageId(String messageId)
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message
with messageId will be deleted
|
void |
setWirelessDeviceType(String wirelessDeviceType)
The wireless device type, it is either Sidewalk or LoRaWAN.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQueuedMessagesRequest |
withId(String id)
Id of a given wireless device which messages will be deleted
|
DeleteQueuedMessagesRequest |
withMessageId(String messageId)
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message
with messageId will be deleted
|
DeleteQueuedMessagesRequest |
withWirelessDeviceType(String wirelessDeviceType)
The wireless device type, it is either Sidewalk or LoRaWAN.
|
DeleteQueuedMessagesRequest |
withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, it is 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)
Id of a given wireless device which messages will be deleted
id
- Id of a given wireless device which messages will be deletedpublic String getId()
Id of a given wireless device which messages will be deleted
public DeleteQueuedMessagesRequest withId(String id)
Id of a given wireless device which messages will be deleted
id
- Id of a given wireless device which messages will be deletedpublic void setMessageId(String messageId)
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted
messageId
- if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific
message with messageId will be deletedpublic String getMessageId()
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted
public DeleteQueuedMessagesRequest withMessageId(String messageId)
if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted
messageId
- if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific
message with messageId will be deletedpublic void setWirelessDeviceType(String wirelessDeviceType)
The wireless device type, it is either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, it is either Sidewalk or LoRaWAN.WirelessDeviceType
public String getWirelessDeviceType()
The wireless device type, it is either Sidewalk or LoRaWAN.
WirelessDeviceType
public DeleteQueuedMessagesRequest withWirelessDeviceType(String wirelessDeviceType)
The wireless device type, it is either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, it is either Sidewalk or LoRaWAN.WirelessDeviceType
public DeleteQueuedMessagesRequest withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, it is either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, it is either Sidewalk or LoRaWAN.WirelessDeviceType
public String toString()
toString
in class Object
Object.toString()
public DeleteQueuedMessagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()