@Generated(value="software.amazon.awssdk:codegen") public final class GetPositionRequest extends IotWirelessRequest implements ToCopyableBuilder<GetPositionRequest.Builder,GetPositionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPositionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPositionRequest.Builder |
builder() |
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 retrieve the position information.
|
PositionResourceType |
resourceType()
Resource type of the resource for which position information is retrieved.
|
String |
resourceTypeAsString()
Resource type of the resource for which position information is retrieved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPositionRequest.Builder> |
serializableBuilderClass() |
GetPositionRequest.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 retrieve the position information.
public final PositionResourceType resourceType()
Resource type of the resource for which position information is retrieved.
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 position information is retrieved.
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 GetPositionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPositionRequest.Builder,GetPositionRequest>toBuilder in class IotWirelessRequestpublic static GetPositionRequest.Builder builder()
public static Class<? extends GetPositionRequest.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.