@Generated(value="software.amazon.awssdk:codegen") public final class GeospatialMapFieldWells extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialMapFieldWells.Builder,GeospatialMapFieldWells>
The field wells of a GeospatialMapVisual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeospatialMapFieldWells.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialMapFieldWells.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GeospatialMapAggregatedFieldWells |
geospatialMapAggregatedFieldWells()
The aggregated field well for a geospatial map.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeospatialMapFieldWells.Builder> |
serializableBuilderClass() |
GeospatialMapFieldWells.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GeospatialMapAggregatedFieldWells geospatialMapAggregatedFieldWells()
The aggregated field well for a geospatial map.
public GeospatialMapFieldWells.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeospatialMapFieldWells.Builder,GeospatialMapFieldWells>public static GeospatialMapFieldWells.Builder builder()
public static Class<? extends GeospatialMapFieldWells.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.