Class GeospatialCoordinateBounds
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GeospatialCoordinateBounds
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeospatialCoordinateBounds.Builder,GeospatialCoordinateBounds>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeospatialCoordinateBounds.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeospatialCoordinateBounds.Builderbuilder()Doubleeast()The longitude of the east bound of the geospatial coordinate bounds.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doublenorth()The latitude of the north bound of the geospatial coordinate bounds.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GeospatialCoordinateBounds.Builder>serializableBuilderClass()Doublesouth()The latitude of the south bound of the geospatial coordinate bounds.GeospatialCoordinateBounds.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doublewest()The longitude of the west bound of the geospatial coordinate bounds.-
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
-
north
public final Double north()
The latitude of the north bound of the geospatial coordinate bounds.
- Returns:
- The latitude of the north bound of the geospatial coordinate bounds.
-
south
public final Double south()
The latitude of the south bound of the geospatial coordinate bounds.
- Returns:
- The latitude of the south bound of the geospatial coordinate bounds.
-
west
public final Double west()
The longitude of the west bound of the geospatial coordinate bounds.
- Returns:
- The longitude of the west bound of the geospatial coordinate bounds.
-
east
public final Double east()
The longitude of the east bound of the geospatial coordinate bounds.
- Returns:
- The longitude of the east bound of the geospatial coordinate bounds.
-
toBuilder
public GeospatialCoordinateBounds.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeospatialCoordinateBounds.Builder,GeospatialCoordinateBounds>
-
builder
public static GeospatialCoordinateBounds.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeospatialCoordinateBounds.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
-
-