@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANUpdateDevice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>
LoRaWAN object for update functions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANUpdateDevice.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANUpdateDevice.Builder |
builder() |
String |
deviceProfileId()
The ID of the device profile for the wireless device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANUpdateDevice.Builder> |
serializableBuilderClass() |
String |
serviceProfileId()
The ID of the service profile.
|
LoRaWANUpdateDevice.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceProfileId()
The ID of the device profile for the wireless device.
public final String serviceProfileId()
The ID of the service profile.
public LoRaWANUpdateDevice.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>public static LoRaWANUpdateDevice.Builder builder()
public static Class<? extends LoRaWANUpdateDevice.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.