7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ApplicationTheme.h>
10#include <aws/quicksight/model/LogoConfiguration.h>
42 template <
typename BrandNameT = Aws::String>
44 m_brandNameHasBeenSet =
true;
45 m_brandName = std::forward<BrandNameT>(value);
47 template <
typename BrandNameT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename ApplicationThemeT = ApplicationTheme>
80 m_applicationThemeHasBeenSet =
true;
81 m_applicationTheme = std::forward<ApplicationThemeT>(value);
83 template <
typename ApplicationThemeT = ApplicationTheme>
96 template <
typename LogoConfigurationT = LogoConfiguration>
98 m_logoConfigurationHasBeenSet =
true;
99 m_logoConfiguration = std::forward<LogoConfigurationT>(value);
101 template <
typename LogoConfigurationT = LogoConfiguration>
115 bool m_brandNameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_applicationThemeHasBeenSet =
false;
118 bool m_logoConfigurationHasBeenSet =
false;
const ApplicationTheme & GetApplicationTheme() const
bool LogoConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
BrandDefinition & WithDescription(DescriptionT &&value)
bool ApplicationThemeHasBeenSet() const
bool BrandNameHasBeenSet() const
BrandDefinition & WithBrandName(BrandNameT &&value)
void SetDescription(DescriptionT &&value)
BrandDefinition & WithApplicationTheme(ApplicationThemeT &&value)
AWS_QUICKSIGHT_API BrandDefinition()=default
const LogoConfiguration & GetLogoConfiguration() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogoConfiguration(LogoConfigurationT &&value)
void SetApplicationTheme(ApplicationThemeT &&value)
void SetBrandName(BrandNameT &&value)
AWS_QUICKSIGHT_API BrandDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
const Aws::String & GetBrandName() const
BrandDefinition & WithLogoConfiguration(LogoConfigurationT &&value)
AWS_QUICKSIGHT_API BrandDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue