7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/LogoSetConfiguration.h>
41 template <
typename AltTextT = Aws::String>
43 m_altTextHasBeenSet =
true;
44 m_altText = std::forward<AltTextT>(value);
46 template <
typename AltTextT = Aws::String>
59 template <
typename LogoSetT = LogoSetConfiguration>
61 m_logoSetHasBeenSet =
true;
62 m_logoSet = std::forward<LogoSetT>(value);
64 template <
typename LogoSetT = LogoSetConfiguration>
74 bool m_altTextHasBeenSet =
false;
75 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