@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueuedMessagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListQueuedMessagesRequest() |
Modifier and Type | Method and Description |
---|---|
ListQueuedMessagesRequest |
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 which the downlink message packets are being sent.
|
Integer |
getMaxResults()
The maximum number of results to return in this operation.
|
String |
getNextToken()
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
String |
getWirelessDeviceType()
The wireless device type, whic can be either Sidewalk or LoRaWAN.
|
int |
hashCode() |
void |
setId(String id)
The ID of a given wireless device which the downlink message packets are being sent.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
void |
setNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
void |
setWirelessDeviceType(String wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
|
String |
toString()
Returns a string representation of this object.
|
ListQueuedMessagesRequest |
withId(String id)
The ID of a given wireless device which the downlink message packets are being sent.
|
ListQueuedMessagesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListQueuedMessagesRequest |
withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListQueuedMessagesRequest |
withWirelessDeviceType(String wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
|
ListQueuedMessagesRequest |
withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, whic 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 which the downlink message packets are being sent.
id
- The ID of a given wireless device which the downlink message packets are being sent.public String getId()
The ID of a given wireless device which the downlink message packets are being sent.
public ListQueuedMessagesRequest withId(String id)
The ID of a given wireless device which the downlink message packets are being sent.
id
- The ID of a given wireless device which the downlink message packets are being sent.public void setNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public String getNextToken()
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
value from a previous response; otherwise
null to receive the first set of results.public ListQueuedMessagesRequest withNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.public Integer getMaxResults()
The maximum number of results to return in this operation.
public ListQueuedMessagesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.public void setWirelessDeviceType(String wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, whic can be either Sidewalk or LoRaWAN.WirelessDeviceType
public String getWirelessDeviceType()
The wireless device type, whic can be either Sidewalk or LoRaWAN.
WirelessDeviceType
public ListQueuedMessagesRequest withWirelessDeviceType(String wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, whic can be either Sidewalk or LoRaWAN.WirelessDeviceType
public ListQueuedMessagesRequest withWirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
wirelessDeviceType
- The wireless device type, whic can be either Sidewalk or LoRaWAN.WirelessDeviceType
public String toString()
toString
in class Object
Object.toString()
public ListQueuedMessagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()