@Generated(value="software.amazon.awssdk:codegen") public final class GetResourcePositionRequest extends IotWirelessRequest implements ToCopyableBuilder<GetResourcePositionRequest.Builder,GetResourcePositionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourcePositionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResourcePositionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceIdentifier()
The identifier of the resource for which position information is retrieved.
|
PositionResourceType |
resourceType()
The type of resource for which position information is retrieved, which can be a wireless device or a wireless
gateway.
|
String |
resourceTypeAsString()
The type of resource for which position information is retrieved, which can be a wireless device or a wireless
gateway.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourcePositionRequest.Builder> |
serializableBuilderClass() |
GetResourcePositionRequest.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 retrieved. 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 retrieved, 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 retrieved, 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 GetResourcePositionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResourcePositionRequest.Builder,GetResourcePositionRequest>toBuilder in class IotWirelessRequestpublic static GetResourcePositionRequest.Builder builder()
public static Class<? extends GetResourcePositionRequest.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 © 2023. All rights reserved.