7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ImageSetConfiguration.h>
40 template <
typename PrimaryT = ImageSetConfiguration>
42 m_primaryHasBeenSet =
true;
43 m_primary = std::forward<PrimaryT>(value);
45 template <
typename PrimaryT = ImageSetConfiguration>
58 template <
typename FaviconT = ImageSetConfiguration>
60 m_faviconHasBeenSet =
true;
61 m_favicon = std::forward<FaviconT>(value);
63 template <
typename FaviconT = ImageSetConfiguration>
73 bool m_primaryHasBeenSet =
false;
74 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