Class IsolineConnection
- java.lang.Object
-
- software.amazon.awssdk.services.georoutes.model.IsolineConnection
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IsolineConnection.Builder,IsolineConnection>
@Generated("software.amazon.awssdk:codegen") public final class IsolineConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IsolineConnection.Builder,IsolineConnection>
Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIsolineConnection.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IsolineConnection.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfromPolygonIndex()Index of the polygon corresponding to the "from" component of the connection.IsolineConnectionGeometrygeometry()The isoline geometry.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IsolineConnection.Builder>serializableBuilderClass()IsolineConnection.BuildertoBuilder()IntegertoPolygonIndex()Index of the polygon corresponding to the "to" component of the connection.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
-
fromPolygonIndex
public final Integer fromPolygonIndex()
Index of the polygon corresponding to the "from" component of the connection. The polygon is available from
Isoline[].Geometries.- Returns:
- Index of the polygon corresponding to the "from" component of the connection. The polygon is available
from
Isoline[].Geometries.
-
geometry
public final IsolineConnectionGeometry geometry()
The isoline geometry.
- Returns:
- The isoline geometry.
-
toPolygonIndex
public final Integer toPolygonIndex()
Index of the polygon corresponding to the "to" component of the connection. The polygon is available from
Isoline[].Geometries.- Returns:
- Index of the polygon corresponding to the "to" component of the connection. The polygon is available from
Isoline[].Geometries.
-
toBuilder
public IsolineConnection.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IsolineConnection.Builder,IsolineConnection>
-
builder
public static IsolineConnection.Builder builder()
-
serializableBuilderClass
public static Class<? extends IsolineConnection.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
-
-