7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ImageSet.h>
46 template<
typename PrimaryT = ImageSet>
47 void SetPrimary(PrimaryT&& value) { m_primaryHasBeenSet =
true; m_primary = std::forward<PrimaryT>(value); }
48 template<
typename PrimaryT = ImageSet>
58 template<
typename FaviconT = ImageSet>
59 void SetFavicon(FaviconT&& value) { m_faviconHasBeenSet =
true; m_favicon = std::forward<FaviconT>(value); }
60 template<
typename FaviconT = ImageSet>
66 bool m_primaryHasBeenSet =
false;
69 bool m_faviconHasBeenSet =
false;
bool FaviconHasBeenSet() const
LogoSet & WithPrimary(PrimaryT &&value)
bool PrimaryHasBeenSet() const
const ImageSet & GetFavicon() const
const ImageSet & GetPrimary() const
AWS_QUICKSIGHT_API LogoSet & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFavicon(FaviconT &&value)
AWS_QUICKSIGHT_API LogoSet()=default
void SetPrimary(PrimaryT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API LogoSet(Aws::Utils::Json::JsonView jsonValue)
LogoSet & WithFavicon(FaviconT &&value)
Aws::Utils::Json::JsonValue JsonValue