@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANMulticast extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANMulticast.Builder,LoRaWANMulticast>
The LoRaWAN information that is to be used with the multicast group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANMulticast.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANMulticast.Builder |
builder() |
DlClass |
dlClass()
Returns the value of the DlClass property for this object.
|
String |
dlClassAsString()
Returns the value of the DlClass property for this object.
|
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 LoRaWANMulticast.Builder> |
serializableBuilderClass() |
LoRaWANMulticast.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 final DlClass dlClass()
If the service returns an enum value that is not available in the current SDK version, dlClass will
return DlClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dlClassAsString().
DlClasspublic final String dlClassAsString()
If the service returns an enum value that is not available in the current SDK version, dlClass will
return DlClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dlClassAsString().
DlClasspublic LoRaWANMulticast.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANMulticast.Builder,LoRaWANMulticast>public static LoRaWANMulticast.Builder builder()
public static Class<? extends LoRaWANMulticast.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.