7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/BaseMapStyleType.h>
10#include <aws/quicksight/model/Visibility.h>
43 m_baseMapStyleHasBeenSet =
true;
44 m_baseMapStyle = value;
58 template <
typename BackgroundColorT = Aws::String>
60 m_backgroundColorHasBeenSet =
true;
61 m_backgroundColor = std::forward<BackgroundColorT>(value);
63 template <
typename BackgroundColorT = Aws::String>
77 m_baseMapVisibilityHasBeenSet =
true;
78 m_baseMapVisibility = value;
91 bool m_baseMapStyleHasBeenSet =
false;
92 bool m_backgroundColorHasBeenSet =
false;
93 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