Class IsolineAllowOptions
- java.lang.Object
-
- software.amazon.awssdk.services.georoutes.model.IsolineAllowOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IsolineAllowOptions.Builder,IsolineAllowOptions>
@Generated("software.amazon.awssdk:codegen") public final class IsolineAllowOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IsolineAllowOptions.Builder,IsolineAllowOptions>
Features that are allowed while calculating. a route
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIsolineAllowOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IsolineAllowOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanhot()Allow Hot (High Occupancy Toll) lanes while calculating the route.Booleanhov()Allow Hov (High Occupancy vehicle) lanes while calculating the route.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IsolineAllowOptions.Builder>serializableBuilderClass()IsolineAllowOptions.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
-
hot
public final Boolean hot()
Allow Hot (High Occupancy Toll) lanes while calculating the route.
- Returns:
- Allow Hot (High Occupancy Toll) lanes while calculating the route.
-
hov
public final Boolean hov()
Allow Hov (High Occupancy vehicle) lanes while calculating the route.
- Returns:
- Allow Hov (High Occupancy vehicle) lanes while calculating the route.
-
toBuilder
public IsolineAllowOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IsolineAllowOptions.Builder,IsolineAllowOptions>
-
builder
public static IsolineAllowOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends IsolineAllowOptions.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
-
-