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(
const Icon& value) { m_iconHasBeenSet =
true; m_icon = value; }
48 inline void SetIcon(
Icon&& value) { m_iconHasBeenSet =
true; m_icon = std::move(value); }
61 inline void SetUnicodeIcon(
const char* value) { m_unicodeIconHasBeenSet =
true; m_unicodeIcon.assign(value); }
69 bool m_iconHasBeenSet =
false;
72 bool m_unicodeIconHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue