@Generated(value="software.amazon.awssdk:codegen") public final class Positioning extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Positioning.Builder,Positioning>
The FPorts for the position information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Positioning.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Positioning.Builder |
builder() |
Integer |
clockSync()
Returns the value of the ClockSync property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
gnss()
Returns the value of the Gnss property for this object.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Positioning.Builder> |
serializableBuilderClass() |
Integer |
stream()
Returns the value of the Stream property for this object.
|
Positioning.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer clockSync()
public final Integer stream()
public final Integer gnss()
public Positioning.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Positioning.Builder,Positioning>public static Positioning.Builder builder()
public static Class<? extends Positioning.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.