Class RouteVehicleTravelOnlySummary
- java.lang.Object
-
- software.amazon.awssdk.services.georoutes.model.RouteVehicleTravelOnlySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouteVehicleTravelOnlySummary.Builder,RouteVehicleTravelOnlySummary>
@Generated("software.amazon.awssdk:codegen") public final class RouteVehicleTravelOnlySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteVehicleTravelOnlySummary.Builder,RouteVehicleTravelOnlySummary>
Summarized details of the route.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouteVehicleTravelOnlySummary.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 RouteVehicleTravelOnlySummary.Builderbuilder()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 RouteVehicleTravelOnlySummary.Builder>serializableBuilderClass()RouteVehicleTravelOnlySummary.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
-
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 RouteVehicleTravelOnlySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RouteVehicleTravelOnlySummary.Builder,RouteVehicleTravelOnlySummary>
-
builder
public static RouteVehicleTravelOnlySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RouteVehicleTravelOnlySummary.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
-
-