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