@Generated(value="software.amazon.awssdk:codegen") public final class GetWirelessDeviceResponse extends IotWirelessResponse implements ToCopyableBuilder<GetWirelessDeviceResponse.Builder,GetWirelessDeviceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWirelessDeviceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name of the resource.
|
static GetWirelessDeviceResponse.Builder |
builder() |
String |
description()
The description of the resource.
|
String |
destinationName()
The name of the destination to which the device is assigned.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the wireless device.
|
LoRaWANDevice |
loRaWAN()
Information about the wireless device.
|
String |
name()
The name of the resource.
|
PositioningConfigStatus |
positioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
String |
positioningAsString()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWirelessDeviceResponse.Builder> |
serializableBuilderClass() |
SidewalkDevice |
sidewalk()
Sidewalk device object.
|
String |
thingArn()
The ARN of the thing associated with the wireless device.
|
String |
thingName()
The name of the thing associated with the wireless device.
|
GetWirelessDeviceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WirelessDeviceType |
type()
The wireless device type.
|
String |
typeAsString()
The wireless device type.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WirelessDeviceType type()
The wireless device type.
If the service returns an enum value that is not available in the current SDK version, type will return
WirelessDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WirelessDeviceTypepublic final String typeAsString()
The wireless device type.
If the service returns an enum value that is not available in the current SDK version, type will return
WirelessDeviceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WirelessDeviceTypepublic final String name()
The name of the resource.
public final String description()
The description of the resource.
public final String destinationName()
The name of the destination to which the device is assigned.
public final String id()
The ID of the wireless device.
public final String arn()
The Amazon Resource Name of the resource.
public final String thingName()
The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
public final String thingArn()
The ARN of the thing associated with the wireless device.
public final LoRaWANDevice loRaWAN()
Information about the wireless device.
public final SidewalkDevice sidewalk()
Sidewalk device object.
public final PositioningConfigStatus positioning()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
If the service returns an enum value that is not available in the current SDK version, positioning will
return PositioningConfigStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from positioningAsString().
PositioningConfigStatuspublic final String positioningAsString()
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
If the service returns an enum value that is not available in the current SDK version, positioning will
return PositioningConfigStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from positioningAsString().
PositioningConfigStatuspublic GetWirelessDeviceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWirelessDeviceResponse.Builder,GetWirelessDeviceResponse>toBuilder in class AwsResponsepublic static GetWirelessDeviceResponse.Builder builder()
public static Class<? extends GetWirelessDeviceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.