@Generated(value="software.amazon.awssdk:codegen") public final class ListQueuedMessagesRequest extends IotWirelessRequest implements ToCopyableBuilder<ListQueuedMessagesRequest.Builder,ListQueuedMessagesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListQueuedMessagesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListQueuedMessagesRequest.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 the downlink packets are targeted
|
Integer |
maxResults()
The maximum number of results to return in this operation.
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListQueuedMessagesRequest.Builder> |
serializableBuilderClass() |
ListQueuedMessagesRequest.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 the downlink packets are targeted
public final 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 value from a previous response; otherwise
null to receive the first set of results.public final Integer maxResults()
The maximum number of results to return in this operation.
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 ListQueuedMessagesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListQueuedMessagesRequest.Builder,ListQueuedMessagesRequest>toBuilder in class IotWirelessRequestpublic static ListQueuedMessagesRequest.Builder builder()
public static Class<? extends ListQueuedMessagesRequest.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.