Class ApplicationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.ApplicationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
LoRaWAN application configuration, which can be used to perform geolocation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationConfig.Builderbuilder()StringdestinationName()The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfPort()Returns the value of the FPort property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationConfig.Builder>serializableBuilderClass()ApplicationConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.ApplicationConfigTypetype()Application type, which can be specified to obtain real-time position information of your LoRaWAN device.StringtypeAsString()Application type, which can be specified to obtain real-time position information of your LoRaWAN device.-
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
-
fPort
public final Integer fPort()
Returns the value of the FPort property for this object.- Returns:
- The value of the FPort property for this object.
-
type
public final ApplicationConfigType type()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
If the service returns an enum value that is not available in the current SDK version,
typewill returnApplicationConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- See Also:
ApplicationConfigType
-
typeAsString
public final String typeAsString()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
If the service returns an enum value that is not available in the current SDK version,
typewill returnApplicationConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
- See Also:
ApplicationConfigType
-
destinationName
public final String destinationName()
The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
- Returns:
- The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
-
toBuilder
public ApplicationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
-
builder
public static ApplicationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationConfig.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
-
-