@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeospatialHeatmapConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The heatmap configuration of the geospatial point style.
Constructor and Description |
---|
GeospatialHeatmapConfiguration() |
Modifier and Type | Method and Description |
---|---|
GeospatialHeatmapConfiguration |
clone() |
boolean |
equals(Object obj) |
GeospatialHeatmapColorScale |
getHeatmapColor()
The color scale specification for the heatmap point style.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHeatmapColor(GeospatialHeatmapColorScale heatmapColor)
The color scale specification for the heatmap point style.
|
String |
toString()
Returns a string representation of this object.
|
GeospatialHeatmapConfiguration |
withHeatmapColor(GeospatialHeatmapColorScale heatmapColor)
The color scale specification for the heatmap point style.
|
public void setHeatmapColor(GeospatialHeatmapColorScale heatmapColor)
The color scale specification for the heatmap point style.
heatmapColor
- The color scale specification for the heatmap point style.public GeospatialHeatmapColorScale getHeatmapColor()
The color scale specification for the heatmap point style.
public GeospatialHeatmapConfiguration withHeatmapColor(GeospatialHeatmapColorScale heatmapColor)
The color scale specification for the heatmap point style.
heatmapColor
- The color scale specification for the heatmap point style.public String toString()
toString
in class Object
Object.toString()
public GeospatialHeatmapConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.