7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/LogoSetConfiguration.h>
47 template<
typename AltTextT = Aws::String>
48 void SetAltText(AltTextT&& value) { m_altTextHasBeenSet =
true; m_altText = std::forward<AltTextT>(value); }
49 template<
typename AltTextT = Aws::String>
59 template<
typename LogoSetT = LogoSetConfiguration>
60 void SetLogoSet(LogoSetT&& value) { m_logoSetHasBeenSet =
true; m_logoSet = std::forward<LogoSetT>(value); }
61 template<
typename LogoSetT = LogoSetConfiguration>
67 bool m_altTextHasBeenSet =
false;
70 bool m_logoSetHasBeenSet =
false;
AWS_QUICKSIGHT_API LogoConfiguration()=default
LogoConfiguration & WithAltText(AltTextT &&value)
bool LogoSetHasBeenSet() const
void SetLogoSet(LogoSetT &&value)
bool AltTextHasBeenSet() const
const Aws::String & GetAltText() const
void SetAltText(AltTextT &&value)
LogoConfiguration & WithLogoSet(LogoSetT &&value)
AWS_QUICKSIGHT_API LogoConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API LogoConfiguration(Aws::Utils::Json::JsonView jsonValue)
const LogoSetConfiguration & GetLogoSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue