Class RouteMatrixEntry
- java.lang.Object
-
- software.amazon.awssdk.services.location.model.RouteMatrixEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouteMatrixEntry.Builder,RouteMatrixEntry>
@Generated("software.amazon.awssdk:codegen") public final class RouteMatrixEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteMatrixEntry.Builder,RouteMatrixEntry>
The result for the calculated route of one
DeparturePositionDestinationPositionpair.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouteMatrixEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouteMatrixEntry.Builderbuilder()Doubledistance()The total distance of travel for the route.DoubledurationSeconds()The expected duration of travel for the route.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)RouteMatrixEntryErrorerror()An error corresponding to the calculation of a route between theDeparturePositionandDestinationPosition.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RouteMatrixEntry.Builder>serializableBuilderClass()RouteMatrixEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
distance
public final Double distance()
The total distance of travel for the route.
- Returns:
- The total distance of travel for the route.
-
durationSeconds
public final Double durationSeconds()
The expected duration of travel for the route.
- Returns:
- The expected duration of travel for the route.
-
error
public final RouteMatrixEntryError error()
An error corresponding to the calculation of a route between the
DeparturePositionandDestinationPosition.- Returns:
- An error corresponding to the calculation of a route between the
DeparturePositionandDestinationPosition.
-
toBuilder
public RouteMatrixEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RouteMatrixEntry.Builder,RouteMatrixEntry>
-
builder
public static RouteMatrixEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends RouteMatrixEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-