@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANFuotaTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANFuotaTask.Builder,LoRaWANFuotaTask>
The LoRaWAN information used with a FUOTA task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANFuotaTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANFuotaTask.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SupportedRfRegion |
rfRegion()
Returns the value of the RfRegion property for this object.
|
String |
rfRegionAsString()
Returns the value of the RfRegion property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANFuotaTask.Builder> |
serializableBuilderClass() |
LoRaWANFuotaTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SupportedRfRegion rfRegion()
If the service returns an enum value that is not available in the current SDK version, rfRegion will
return SupportedRfRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rfRegionAsString().
SupportedRfRegionpublic final String rfRegionAsString()
If the service returns an enum value that is not available in the current SDK version, rfRegion will
return SupportedRfRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rfRegionAsString().
SupportedRfRegionpublic LoRaWANFuotaTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANFuotaTask.Builder,LoRaWANFuotaTask>public static LoRaWANFuotaTask.Builder builder()
public static Class<? extends LoRaWANFuotaTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.