@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FilledMapConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for a FilledMapVisual
.
Constructor and Description |
---|
FilledMapConfiguration() |
Modifier and Type | Method and Description |
---|---|
FilledMapConfiguration |
clone() |
boolean |
equals(Object obj) |
FilledMapFieldWells |
getFieldWells()
The field wells of the visual.
|
LegendOptions |
getLegend()
The legend display setup of the visual.
|
GeospatialMapStyleOptions |
getMapStyleOptions()
The map style options of the filled map visual.
|
FilledMapSortConfiguration |
getSortConfiguration()
The sort configuration of a
FilledMapVisual . |
TooltipOptions |
getTooltip()
The tooltip display setup of the visual.
|
GeospatialWindowOptions |
getWindowOptions()
The window options of the filled map visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFieldWells(FilledMapFieldWells fieldWells)
The field wells of the visual.
|
void |
setLegend(LegendOptions legend)
The legend display setup of the visual.
|
void |
setMapStyleOptions(GeospatialMapStyleOptions mapStyleOptions)
The map style options of the filled map visual.
|
void |
setSortConfiguration(FilledMapSortConfiguration sortConfiguration)
The sort configuration of a
FilledMapVisual . |
void |
setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
setWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the filled map visual.
|
String |
toString()
Returns a string representation of this object.
|
FilledMapConfiguration |
withFieldWells(FilledMapFieldWells fieldWells)
The field wells of the visual.
|
FilledMapConfiguration |
withLegend(LegendOptions legend)
The legend display setup of the visual.
|
FilledMapConfiguration |
withMapStyleOptions(GeospatialMapStyleOptions mapStyleOptions)
The map style options of the filled map visual.
|
FilledMapConfiguration |
withSortConfiguration(FilledMapSortConfiguration sortConfiguration)
The sort configuration of a
FilledMapVisual . |
FilledMapConfiguration |
withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
FilledMapConfiguration |
withWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the filled map visual.
|
public void setFieldWells(FilledMapFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public FilledMapFieldWells getFieldWells()
The field wells of the visual.
public FilledMapConfiguration withFieldWells(FilledMapFieldWells fieldWells)
The field wells of the visual.
fieldWells
- The field wells of the visual.public void setSortConfiguration(FilledMapSortConfiguration sortConfiguration)
The sort configuration of a FilledMapVisual
.
sortConfiguration
- The sort configuration of a FilledMapVisual
.public FilledMapSortConfiguration getSortConfiguration()
The sort configuration of a FilledMapVisual
.
FilledMapVisual
.public FilledMapConfiguration withSortConfiguration(FilledMapSortConfiguration sortConfiguration)
The sort configuration of a FilledMapVisual
.
sortConfiguration
- The sort configuration of a FilledMapVisual
.public void setLegend(LegendOptions legend)
The legend display setup of the visual.
legend
- The legend display setup of the visual.public LegendOptions getLegend()
The legend display setup of the visual.
public FilledMapConfiguration withLegend(LegendOptions legend)
The legend display setup of the visual.
legend
- The legend display setup of the visual.public void setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip
- The tooltip display setup of the visual.public TooltipOptions getTooltip()
The tooltip display setup of the visual.
public FilledMapConfiguration withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip
- The tooltip display setup of the visual.public void setWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the filled map visual.
windowOptions
- The window options of the filled map visual.public GeospatialWindowOptions getWindowOptions()
The window options of the filled map visual.
public FilledMapConfiguration withWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the filled map visual.
windowOptions
- The window options of the filled map visual.public void setMapStyleOptions(GeospatialMapStyleOptions mapStyleOptions)
The map style options of the filled map visual.
mapStyleOptions
- The map style options of the filled map visual.public GeospatialMapStyleOptions getMapStyleOptions()
The map style options of the filled map visual.
public FilledMapConfiguration withMapStyleOptions(GeospatialMapStyleOptions mapStyleOptions)
The map style options of the filled map visual.
mapStyleOptions
- The map style options of the filled map visual.public String toString()
toString
in class Object
Object.toString()
public FilledMapConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.