7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ApplicationTheme.h>
10#include <aws/quicksight/model/LogoConfiguration.h>
48 template<
typename BrandNameT = Aws::String>
49 void SetBrandName(BrandNameT&& value) { m_brandNameHasBeenSet =
true; m_brandName = std::forward<BrandNameT>(value); }
50 template<
typename BrandNameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
72 template<
typename ApplicationThemeT = ApplicationTheme>
73 void SetApplicationTheme(ApplicationThemeT&& value) { m_applicationThemeHasBeenSet =
true; m_applicationTheme = std::forward<ApplicationThemeT>(value); }
74 template<
typename ApplicationThemeT = ApplicationTheme>
84 template<
typename LogoConfigurationT = LogoConfiguration>
85 void SetLogoConfiguration(LogoConfigurationT&& value) { m_logoConfigurationHasBeenSet =
true; m_logoConfiguration = std::forward<LogoConfigurationT>(value); }
86 template<
typename LogoConfigurationT = LogoConfiguration>
92 bool m_brandNameHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
98 bool m_applicationThemeHasBeenSet =
false;
101 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