Class LoRaWANUpdateDevice
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.LoRaWANUpdateDevice
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>
@Generated("software.amazon.awssdk:codegen") public final class LoRaWANUpdateDevice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>
LoRaWAN object for update functions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoRaWANUpdateDevice.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAbpV1_0_xabpV1_0_x()ABP device object for update APIs for v1.0.xUpdateAbpV1_1abpV1_1()ABP device object for update APIs for v1.1static LoRaWANUpdateDevice.Builderbuilder()StringdeviceProfileId()The ID of the device profile for the wireless device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)UpdateFPortsfPorts()FPorts object for the positioning information of the device.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LoRaWANUpdateDevice.Builder>serializableBuilderClass()StringserviceProfileId()The ID of the service profile.LoRaWANUpdateDevice.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deviceProfileId
public final String deviceProfileId()
The ID of the device profile for the wireless device.
- Returns:
- The ID of the device profile for the wireless device.
-
serviceProfileId
public final String serviceProfileId()
The ID of the service profile.
- Returns:
- The ID of the service profile.
-
abpV1_1
public final UpdateAbpV1_1 abpV1_1()
ABP device object for update APIs for v1.1
- Returns:
- ABP device object for update APIs for v1.1
-
abpV1_0_x
public final UpdateAbpV1_0_x abpV1_0_x()
ABP device object for update APIs for v1.0.x
- Returns:
- ABP device object for update APIs for v1.0.x
-
fPorts
public final UpdateFPorts fPorts()
FPorts object for the positioning information of the device.
- Returns:
- FPorts object for the positioning information of the device.
-
toBuilder
public LoRaWANUpdateDevice.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>
-
builder
public static LoRaWANUpdateDevice.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoRaWANUpdateDevice.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-