@Generated(value="software.amazon.awssdk:codegen") public final class AreaOfInterestGeometry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AreaOfInterestGeometry.Builder,AreaOfInterestGeometry>
A GeoJSON object representing the geographic extent in the coordinate space.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AreaOfInterestGeometry.Builder |
static class |
AreaOfInterestGeometry.Type |
| Modifier and Type | Method and Description |
|---|---|
static AreaOfInterestGeometry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static AreaOfInterestGeometry |
fromMultiPolygonGeometry(Consumer<MultiPolygonGeometryInput.Builder> multiPolygonGeometry)
Create an instance of this class with
multiPolygonGeometry() initialized to the given value. |
static AreaOfInterestGeometry |
fromMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
Create an instance of this class with
multiPolygonGeometry() initialized to the given value. |
static AreaOfInterestGeometry |
fromPolygonGeometry(Consumer<PolygonGeometryInput.Builder> polygonGeometry)
Create an instance of this class with
polygonGeometry() initialized to the given value. |
static AreaOfInterestGeometry |
fromPolygonGeometry(PolygonGeometryInput polygonGeometry)
Create an instance of this class with
polygonGeometry() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MultiPolygonGeometryInput |
multiPolygonGeometry()
The structure representing the MultiPolygon Geometry.
|
PolygonGeometryInput |
polygonGeometry()
The structure representing Polygon Geometry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AreaOfInterestGeometry.Builder> |
serializableBuilderClass() |
AreaOfInterestGeometry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AreaOfInterestGeometry.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MultiPolygonGeometryInput multiPolygonGeometry()
The structure representing the MultiPolygon Geometry.
public final PolygonGeometryInput polygonGeometry()
The structure representing Polygon Geometry.
public AreaOfInterestGeometry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AreaOfInterestGeometry.Builder,AreaOfInterestGeometry>public static AreaOfInterestGeometry.Builder builder()
public static Class<? extends AreaOfInterestGeometry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static AreaOfInterestGeometry fromMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
multiPolygonGeometry() initialized to the given value.
The structure representing the MultiPolygon Geometry.
multiPolygonGeometry - The structure representing the MultiPolygon Geometry.public static AreaOfInterestGeometry fromMultiPolygonGeometry(Consumer<MultiPolygonGeometryInput.Builder> multiPolygonGeometry)
multiPolygonGeometry() initialized to the given value.
The structure representing the MultiPolygon Geometry.
multiPolygonGeometry - The structure representing the MultiPolygon Geometry.public static AreaOfInterestGeometry fromPolygonGeometry(PolygonGeometryInput polygonGeometry)
polygonGeometry() initialized to the given value.
The structure representing Polygon Geometry.
polygonGeometry - The structure representing Polygon Geometry.public static AreaOfInterestGeometry fromPolygonGeometry(Consumer<PolygonGeometryInput.Builder> polygonGeometry)
polygonGeometry() initialized to the given value.
The structure representing Polygon Geometry.
polygonGeometry - The structure representing Polygon Geometry.public AreaOfInterestGeometry.Type type()
AreaOfInterestGeometry.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be AreaOfInterestGeometry.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.