@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SimpleClusterMarker clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.