@Generated(value="software.amazon.awssdk:codegen") public final class PutPositionConfigurationRequest extends IotWirelessRequest implements ToCopyableBuilder<PutPositionConfigurationRequest.Builder,PutPositionConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutPositionConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutPositionConfigurationRequest.Builder |
builder() |
String |
destination()
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceIdentifier()
Resource identifier used to update the position configuration.
|
PositionResourceType |
resourceType()
Resource type of the resource for which you want to update the position configuration.
|
String |
resourceTypeAsString()
Resource type of the resource for which you want to update the position configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutPositionConfigurationRequest.Builder> |
serializableBuilderClass() |
PositionSolverConfigurations |
solvers()
The positioning solvers used to update the position configuration of the resource.
|
PutPositionConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceIdentifier()
Resource identifier used to update the position configuration.
public final PositionResourceType resourceType()
Resource type of the resource for which you want to update the position configuration.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return PositionResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
PositionResourceTypepublic final String resourceTypeAsString()
Resource type of the resource for which you want to update the position configuration.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return PositionResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
PositionResourceTypepublic final PositionSolverConfigurations solvers()
The positioning solvers used to update the position configuration of the resource.
public final String destination()
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.
public PutPositionConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutPositionConfigurationRequest.Builder,PutPositionConfigurationRequest>toBuilder in class IotWirelessRequestpublic static PutPositionConfigurationRequest.Builder builder()
public static Class<? extends PutPositionConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.