7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Icon.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetIcon(
Icon value) { m_iconHasBeenSet =
true; m_icon = value; }
57 template<
typename UnicodeIconT = Aws::String>
58 void SetUnicodeIcon(UnicodeIconT&& value) { m_unicodeIconHasBeenSet =
true; m_unicodeIcon = std::forward<UnicodeIconT>(value); }
59 template<
typename UnicodeIconT = Aws::String>
65 bool m_iconHasBeenSet =
false;
68 bool m_unicodeIconHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue