@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) |
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 configurationpublic 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 configurationpublic String toString()
toString in class ObjectObject.toString()public ClusterMarkerConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.