@Generated(value="software.amazon.awssdk:codegen") public final class UpdateResourcePositionRequest extends IotWirelessRequest implements ToCopyableBuilder<UpdateResourcePositionRequest.Builder,UpdateResourcePositionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateResourcePositionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateResourcePositionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
SdkBytes |
geoJsonPayload()
The position information of the resource, displayed as a JSON payload.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceIdentifier()
The identifier of the resource for which position information is updated.
|
PositionResourceType |
resourceType()
The type of resource for which position information is updated, which can be a wireless device or a wireless
gateway.
|
String |
resourceTypeAsString()
The type of resource for which position information is updated, which can be a wireless device or a wireless
gateway.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateResourcePositionRequest.Builder> |
serializableBuilderClass() |
UpdateResourcePositionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceIdentifier()
The identifier of the resource for which position information is updated. It can be the wireless device ID or the wireless gateway ID depending on the resource type.
public final PositionResourceType resourceType()
The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
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()
The type of resource for which position information is updated, which can be a wireless device or a wireless gateway.
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 SdkBytes geoJsonPayload()
The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
public UpdateResourcePositionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateResourcePositionRequest.Builder,UpdateResourcePositionRequest>toBuilder in class IotWirelessRequestpublic static UpdateResourcePositionRequest.Builder builder()
public static Class<? extends UpdateResourcePositionRequest.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.