@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeospatialPointStyleOptions extends Object implements Serializable, Cloneable, StructuredPojo
The point style of the geospatial map.
Constructor and Description |
---|
GeospatialPointStyleOptions() |
Modifier and Type | Method and Description |
---|---|
GeospatialPointStyleOptions |
clone() |
boolean |
equals(Object obj) |
ClusterMarkerConfiguration |
getClusterMarkerConfiguration()
The cluster marker configuration of the geospatial point style.
|
GeospatialHeatmapConfiguration |
getHeatmapConfiguration()
The heatmap configuration of the geospatial point style.
|
String |
getSelectedPointStyle()
The selected point styles (point, cluster) of the geospatial map.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClusterMarkerConfiguration(ClusterMarkerConfiguration clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
|
void |
setHeatmapConfiguration(GeospatialHeatmapConfiguration heatmapConfiguration)
The heatmap configuration of the geospatial point style.
|
void |
setSelectedPointStyle(String selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
|
String |
toString()
Returns a string representation of this object.
|
GeospatialPointStyleOptions |
withClusterMarkerConfiguration(ClusterMarkerConfiguration clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
|
GeospatialPointStyleOptions |
withHeatmapConfiguration(GeospatialHeatmapConfiguration heatmapConfiguration)
The heatmap configuration of the geospatial point style.
|
GeospatialPointStyleOptions |
withSelectedPointStyle(GeospatialSelectedPointStyle selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
|
GeospatialPointStyleOptions |
withSelectedPointStyle(String selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
|
public void setSelectedPointStyle(String selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
selectedPointStyle
- The selected point styles (point, cluster) of the geospatial map.GeospatialSelectedPointStyle
public String getSelectedPointStyle()
The selected point styles (point, cluster) of the geospatial map.
GeospatialSelectedPointStyle
public GeospatialPointStyleOptions withSelectedPointStyle(String selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
selectedPointStyle
- The selected point styles (point, cluster) of the geospatial map.GeospatialSelectedPointStyle
public GeospatialPointStyleOptions withSelectedPointStyle(GeospatialSelectedPointStyle selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
selectedPointStyle
- The selected point styles (point, cluster) of the geospatial map.GeospatialSelectedPointStyle
public void setClusterMarkerConfiguration(ClusterMarkerConfiguration clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
clusterMarkerConfiguration
- The cluster marker configuration of the geospatial point style.public ClusterMarkerConfiguration getClusterMarkerConfiguration()
The cluster marker configuration of the geospatial point style.
public GeospatialPointStyleOptions withClusterMarkerConfiguration(ClusterMarkerConfiguration clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
clusterMarkerConfiguration
- The cluster marker configuration of the geospatial point style.public void setHeatmapConfiguration(GeospatialHeatmapConfiguration heatmapConfiguration)
The heatmap configuration of the geospatial point style.
heatmapConfiguration
- The heatmap configuration of the geospatial point style.public GeospatialHeatmapConfiguration getHeatmapConfiguration()
The heatmap configuration of the geospatial point style.
public GeospatialPointStyleOptions withHeatmapConfiguration(GeospatialHeatmapConfiguration heatmapConfiguration)
The heatmap configuration of the geospatial point style.
heatmapConfiguration
- The heatmap configuration of the geospatial point style.public String toString()
toString
in class Object
Object.toString()
public GeospatialPointStyleOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.