Class RouteMatrixAllowOptions
- java.lang.Object
-
- software.amazon.awssdk.services.georoutes.model.RouteMatrixAllowOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RouteMatrixAllowOptions.Builder,RouteMatrixAllowOptions>
@Generated("software.amazon.awssdk:codegen") public final class RouteMatrixAllowOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RouteMatrixAllowOptions.Builder,RouteMatrixAllowOptions>
Allow Options related to the route matrix.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRouteMatrixAllowOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouteMatrixAllowOptions.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 RouteMatrixAllowOptions.Builder>serializableBuilderClass()RouteMatrixAllowOptions.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 RouteMatrixAllowOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RouteMatrixAllowOptions.Builder,RouteMatrixAllowOptions>
-
builder
public static RouteMatrixAllowOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends RouteMatrixAllowOptions.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
-
-