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