@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SimpleClusterMarker extends Object implements Serializable, Cloneable, StructuredPojo
The simple cluster marker of the cluster marker.
| Constructor and Description |
|---|
SimpleClusterMarker() |
| Modifier and Type | Method and Description |
|---|---|
SimpleClusterMarker |
clone() |
boolean |
equals(Object obj) |
String |
getColor()
The color of the simple cluster marker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setColor(String color)
The color of the simple cluster marker.
|
String |
toString()
Returns a string representation of this object.
|
SimpleClusterMarker |
withColor(String color)
The color of the simple cluster marker.
|
public void setColor(String color)
The color of the simple cluster marker.
color - The color of the simple cluster marker.public String getColor()
The color of the simple cluster marker.
public SimpleClusterMarker withColor(String color)
The color of the simple cluster marker.
color - The color of the simple cluster marker.public String toString()
toString in class ObjectObject.toString()public SimpleClusterMarker clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.