Class RoutePassThroughWaypoint
- java.lang.Object
-
- software.amazon.awssdk.services.georoutes.model.RoutePassThroughWaypoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RoutePassThroughWaypoint.Builder,RoutePassThroughWaypoint>
@Generated("software.amazon.awssdk:codegen") public final class RoutePassThroughWaypoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoutePassThroughWaypoint.Builder,RoutePassThroughWaypoint>
If the waypoint should be treated as a stop. If yes, the route is split up into different legs around the stop.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRoutePassThroughWaypoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoutePassThroughWaypoint.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegergeometryOffset()Offset in the leg geometry corresponding to the start of this step.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RoutePassThroughPlaceplace()The place details.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RoutePassThroughWaypoint.Builder>serializableBuilderClass()RoutePassThroughWaypoint.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
-
geometryOffset
public final Integer geometryOffset()
Offset in the leg geometry corresponding to the start of this step.
- Returns:
- Offset in the leg geometry corresponding to the start of this step.
-
place
public final RoutePassThroughPlace place()
The place details.
- Returns:
- The place details.
-
toBuilder
public RoutePassThroughWaypoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RoutePassThroughWaypoint.Builder,RoutePassThroughWaypoint>
-
builder
public static RoutePassThroughWaypoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends RoutePassThroughWaypoint.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
-
-