7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/LogoSet.h>
30 AWS_QUICKSIGHT_API
Logo() =
default;
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 = LogoSet>
61 m_logoSetHasBeenSet =
true;
62 m_logoSet = std::forward<LogoSetT>(value);
64 template <
typename LogoSetT = LogoSet>
74 bool m_altTextHasBeenSet =
false;
75 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