@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterMarkerConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The cluster marker configuration of the geospatial map selected point style.
| Constructor and Description |
|---|
ClusterMarkerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ClusterMarkerConfiguration |
clone() |
boolean |
equals(Object obj) |
ClusterMarker |
getClusterMarker()
The cluster marker that is a part of the cluster marker configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setClusterMarker(ClusterMarker clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
|
String |
toString()
Returns a string representation of this object.
|
ClusterMarkerConfiguration |
withClusterMarker(ClusterMarker clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
|
public void setClusterMarker(ClusterMarker clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
clusterMarker - The cluster marker that is a part of the cluster marker configuration.public ClusterMarker getClusterMarker()
The cluster marker that is a part of the cluster marker configuration.
public ClusterMarkerConfiguration withClusterMarker(ClusterMarker clusterMarker)
The cluster marker that is a part of the cluster marker configuration.
clusterMarker - The cluster marker that is a part of the cluster marker configuration.public String toString()
toString in class ObjectObject.toString()public ClusterMarkerConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.