@Generated(value="software.amazon.awssdk:codegen") public final class SemtechGnssConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SemtechGnssConfiguration.Builder,SemtechGnssConfiguration>
Information about the Semtech GNSS solver configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SemtechGnssConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SemtechGnssConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PositionConfigurationFec |
fec()
Whether forward error correction is enabled.
|
String |
fecAsString()
Whether forward error correction is enabled.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SemtechGnssConfiguration.Builder> |
serializableBuilderClass() |
PositionConfigurationStatus |
status()
The status indicating whether the solver is enabled.
|
String |
statusAsString()
The status indicating whether the solver is enabled.
|
SemtechGnssConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PositionConfigurationStatus status()
The status indicating whether the solver is enabled.
If the service returns an enum value that is not available in the current SDK version, status will
return PositionConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PositionConfigurationStatuspublic final String statusAsString()
The status indicating whether the solver is enabled.
If the service returns an enum value that is not available in the current SDK version, status will
return PositionConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PositionConfigurationStatuspublic final PositionConfigurationFec fec()
Whether forward error correction is enabled.
If the service returns an enum value that is not available in the current SDK version, fec will return
PositionConfigurationFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fecAsString().
PositionConfigurationFecpublic final String fecAsString()
Whether forward error correction is enabled.
If the service returns an enum value that is not available in the current SDK version, fec will return
PositionConfigurationFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fecAsString().
PositionConfigurationFecpublic SemtechGnssConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SemtechGnssConfiguration.Builder,SemtechGnssConfiguration>public static SemtechGnssConfiguration.Builder builder()
public static Class<? extends SemtechGnssConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.