7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
19namespace PartnerCentralAccount {
41 template <
typename DisplayNameT = Aws::String>
43 m_displayNameHasBeenSet =
true;
44 m_displayName = std::forward<DisplayNameT>(value);
46 template <
typename DisplayNameT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename WebsiteUrlT = Aws::String>
79 m_websiteUrlHasBeenSet =
true;
80 m_websiteUrl = std::forward<WebsiteUrlT>(value);
82 template <
typename WebsiteUrlT = Aws::String>
95 template <
typename LogoUrlT = Aws::String>
97 m_logoUrlHasBeenSet =
true;
98 m_logoUrl = std::forward<LogoUrlT>(value);
100 template <
typename LogoUrlT = Aws::String>
113 template <
typename LocaleT = Aws::String>
115 m_localeHasBeenSet =
true;
116 m_locale = std::forward<LocaleT>(value);
118 template <
typename LocaleT = Aws::String>
134 bool m_displayNameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_websiteUrlHasBeenSet =
false;
137 bool m_logoUrlHasBeenSet =
false;
138 bool m_localeHasBeenSet =
false;
const Aws::String & GetDescription() const
LocalizedContent & WithLocale(LocaleT &&value)
LocalizedContent & WithLogoUrl(LogoUrlT &&value)
bool WebsiteUrlHasBeenSet() const
LocalizedContent & WithWebsiteUrl(WebsiteUrlT &&value)
void SetLogoUrl(LogoUrlT &&value)
void SetDisplayName(DisplayNameT &&value)
LocalizedContent & WithDescription(DescriptionT &&value)
AWS_PARTNERCENTRALACCOUNT_API LocalizedContent(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALACCOUNT_API LocalizedContent()=default
bool LocaleHasBeenSet() const
bool DisplayNameHasBeenSet() const
const Aws::String & GetLogoUrl() const
void SetDescription(DescriptionT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDisplayName() const
const Aws::String & GetLocale() const
const Aws::String & GetWebsiteUrl() const
bool LogoUrlHasBeenSet() const
void SetWebsiteUrl(WebsiteUrlT &&value)
bool DescriptionHasBeenSet() const
LocalizedContent & WithDisplayName(DisplayNameT &&value)
void SetLocale(LocaleT &&value)
AWS_PARTNERCENTRALACCOUNT_API LocalizedContent & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue