Struct aws_sdk_quicksight::model::FilledMapConfiguration
source · #[non_exhaustive]pub struct FilledMapConfiguration { /* private fields */ }
Expand description
The configuration for a FilledMapVisual
.
Implementations§
source§impl FilledMapConfiguration
impl FilledMapConfiguration
sourcepub fn field_wells(&self) -> Option<&FilledMapFieldWells>
pub fn field_wells(&self) -> Option<&FilledMapFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(&self) -> Option<&FilledMapSortConfiguration>
pub fn sort_configuration(&self) -> Option<&FilledMapSortConfiguration>
The sort configuration of a FilledMapVisual
.
sourcepub fn legend(&self) -> Option<&LegendOptions>
pub fn legend(&self) -> Option<&LegendOptions>
The legend display setup of the visual.
sourcepub fn tooltip(&self) -> Option<&TooltipOptions>
pub fn tooltip(&self) -> Option<&TooltipOptions>
The tooltip display setup of the visual.
sourcepub fn window_options(&self) -> Option<&GeospatialWindowOptions>
pub fn window_options(&self) -> Option<&GeospatialWindowOptions>
The window options of the filled map visual.
sourcepub fn map_style_options(&self) -> Option<&GeospatialMapStyleOptions>
pub fn map_style_options(&self) -> Option<&GeospatialMapStyleOptions>
The map style options of the filled map visual.
source§impl FilledMapConfiguration
impl FilledMapConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FilledMapConfiguration
.
Trait Implementations§
source§impl Clone for FilledMapConfiguration
impl Clone for FilledMapConfiguration
source§fn clone(&self) -> FilledMapConfiguration
fn clone(&self) -> FilledMapConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FilledMapConfiguration
impl Debug for FilledMapConfiguration
source§impl PartialEq<FilledMapConfiguration> for FilledMapConfiguration
impl PartialEq<FilledMapConfiguration> for FilledMapConfiguration
source§fn eq(&self, other: &FilledMapConfiguration) -> bool
fn eq(&self, other: &FilledMapConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.