@Generated(value="software.amazon.awssdk:codegen") public final class GeospatialCoordinateBounds extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialCoordinateBounds.Builder,GeospatialCoordinateBounds>
The bound options (north, south, west, east) of the geospatial window options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeospatialCoordinateBounds.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialCoordinateBounds.Builder |
builder() |
Double |
east()
The longitude of the east bound of the geospatial coordinate bounds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
north()
The latitude of the north bound of the geospatial coordinate bounds.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeospatialCoordinateBounds.Builder> |
serializableBuilderClass() |
Double |
south()
The latitude of the south bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
west()
The longitude of the west bound of the geospatial coordinate bounds.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double north()
The latitude of the north bound of the geospatial coordinate bounds.
public final Double south()
The latitude of the south bound of the geospatial coordinate bounds.
public final Double west()
The longitude of the west bound of the geospatial coordinate bounds.
public final Double east()
The longitude of the east bound of the geospatial coordinate bounds.
public GeospatialCoordinateBounds.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeospatialCoordinateBounds.Builder,GeospatialCoordinateBounds>public static GeospatialCoordinateBounds.Builder builder()
public static Class<? extends GeospatialCoordinateBounds.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.