@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeospatialHeatmapDataColor extends Object implements Serializable, Cloneable, StructuredPojo
The color to be used in the heatmap point style.
| Constructor and Description |
|---|
GeospatialHeatmapDataColor() |
| Modifier and Type | Method and Description |
|---|---|
GeospatialHeatmapDataColor |
clone() |
boolean |
equals(Object obj) |
String |
getColor()
The hex color to be used in the heatmap point style.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColor(String color)
The hex color to be used in the heatmap point style.
|
String |
toString()
Returns a string representation of this object.
|
GeospatialHeatmapDataColor |
withColor(String color)
The hex color to be used in the heatmap point style.
|
public void setColor(String color)
The hex color to be used in the heatmap point style.
color - The hex color to be used in the heatmap point style.public String getColor()
The hex color to be used in the heatmap point style.
public GeospatialHeatmapDataColor withColor(String color)
The hex color to be used in the heatmap point style.
color - The hex color to be used in the heatmap point style.public String toString()
toString in class ObjectObject.toString()public GeospatialHeatmapDataColor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.