7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/BaseMapStyleType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/Visibility.h>
58 template<
typename BackgroundColorT = Aws::String>
59 void SetBackgroundColor(BackgroundColorT&& value) { m_backgroundColorHasBeenSet =
true; m_backgroundColor = std::forward<BackgroundColorT>(value); }
60 template<
typename BackgroundColorT = Aws::String>
76 bool m_baseMapStyleHasBeenSet =
false;
79 bool m_backgroundColorHasBeenSet =
false;
82 bool m_baseMapVisibilityHasBeenSet =
false;
AWS_QUICKSIGHT_API GeospatialMapStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBaseMapVisibility(Visibility value)
bool BaseMapStyleHasBeenSet() const
GeospatialMapStyle & WithBaseMapStyle(BaseMapStyleType value)
GeospatialMapStyle & WithBaseMapVisibility(Visibility value)
void SetBaseMapStyle(BaseMapStyleType value)
bool BackgroundColorHasBeenSet() const
AWS_QUICKSIGHT_API GeospatialMapStyle()=default
bool BaseMapVisibilityHasBeenSet() const
Visibility GetBaseMapVisibility() const
BaseMapStyleType GetBaseMapStyle() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBackgroundColor() const
void SetBackgroundColor(BackgroundColorT &&value)
GeospatialMapStyle & WithBackgroundColor(BackgroundColorT &&value)
AWS_QUICKSIGHT_API GeospatialMapStyle(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue