Class RouteVehicleOverviewSummary
- java.lang.Object
-
- software.amazon.awssdk.services.georoutes.model.RouteVehicleOverviewSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouteVehicleOverviewSummary.Builder,RouteVehicleOverviewSummary>
@Generated("software.amazon.awssdk:codegen") public final class RouteVehicleOverviewSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteVehicleOverviewSummary.Builder,RouteVehicleOverviewSummary>
Summarized details of the leg.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouteVehicleOverviewSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongbestCaseDuration()Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.static RouteVehicleOverviewSummary.Builderbuilder()Longdistance()Distance of the step.Longduration()Duration of the step.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RouteVehicleOverviewSummary.Builder>serializableBuilderClass()RouteVehicleOverviewSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongtypicalDuration()Duration of the computed span under typical traffic congestion.-
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
-
bestCaseDuration
public final Long bestCaseDuration()
Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.
Unit:
seconds- Returns:
- Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the
leg.
Unit:
seconds
-
distance
public final Long distance()
Distance of the step.
- Returns:
- Distance of the step.
-
duration
public final Long duration()
Duration of the step.
Unit:
seconds- Returns:
- Duration of the step.
Unit:
seconds
-
typicalDuration
public final Long typicalDuration()
Duration of the computed span under typical traffic congestion.
Unit:
seconds- Returns:
- Duration of the computed span under typical traffic congestion.
Unit:
seconds
-
toBuilder
public RouteVehicleOverviewSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RouteVehicleOverviewSummary.Builder,RouteVehicleOverviewSummary>
-
builder
public static RouteVehicleOverviewSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RouteVehicleOverviewSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-