7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appstream/model/ThemeState.h>
10#include <aws/appstream/model/ThemeStyling.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/appstream/model/ThemeFooterLink.h>
40 AWS_APPSTREAM_API
Theme() =
default;
52 template<
typename StackNameT = Aws::String>
53 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
54 template<
typename StackNameT = Aws::String>
74 template<
typename ThemeTitleTextT = Aws::String>
75 void SetThemeTitleText(ThemeTitleTextT&& value) { m_themeTitleTextHasBeenSet =
true; m_themeTitleText = std::forward<ThemeTitleTextT>(value); }
76 template<
typename ThemeTitleTextT = Aws::String>
97 template<
typename ThemeFooterLinksT = Aws::Vector<ThemeFooterLink>>
98 void SetThemeFooterLinks(ThemeFooterLinksT&& value) { m_themeFooterLinksHasBeenSet =
true; m_themeFooterLinks = std::forward<ThemeFooterLinksT>(value); }
99 template<
typename ThemeFooterLinksT = Aws::Vector<ThemeFooterLink>>
101 template<
typename ThemeFooterLinksT = ThemeFooterLink>
102 Theme&
AddThemeFooterLinks(ThemeFooterLinksT&& value) { m_themeFooterLinksHasBeenSet =
true; m_themeFooterLinks.emplace_back(std::forward<ThemeFooterLinksT>(value));
return *
this; }
111 template<
typename ThemeOrganizationLogoURLT = Aws::String>
112 void SetThemeOrganizationLogoURL(ThemeOrganizationLogoURLT&& value) { m_themeOrganizationLogoURLHasBeenSet =
true; m_themeOrganizationLogoURL = std::forward<ThemeOrganizationLogoURLT>(value); }
113 template<
typename ThemeOrganizationLogoURLT = Aws::String>
124 template<
typename ThemeFaviconURLT = Aws::String>
125 void SetThemeFaviconURL(ThemeFaviconURLT&& value) { m_themeFaviconURLHasBeenSet =
true; m_themeFaviconURL = std::forward<ThemeFaviconURLT>(value); }
126 template<
typename ThemeFaviconURLT = Aws::String>
136 template<
typename CreatedTimeT = Aws::Utils::DateTime>
137 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
138 template<
typename CreatedTimeT = Aws::Utils::DateTime>
144 bool m_stackNameHasBeenSet =
false;
147 bool m_stateHasBeenSet =
false;
150 bool m_themeTitleTextHasBeenSet =
false;
153 bool m_themeStylingHasBeenSet =
false;
156 bool m_themeFooterLinksHasBeenSet =
false;
159 bool m_themeOrganizationLogoURLHasBeenSet =
false;
162 bool m_themeFaviconURLHasBeenSet =
false;
165 bool m_createdTimeHasBeenSet =
false;
bool ThemeFooterLinksHasBeenSet() const
AWS_APPSTREAM_API Theme & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetState(ThemeState value)
const Aws::String & GetThemeTitleText() const
Theme & AddThemeFooterLinks(ThemeFooterLinksT &&value)
ThemeState GetState() const
Theme & WithState(ThemeState value)
Theme & WithThemeStyling(ThemeStyling value)
void SetCreatedTime(CreatedTimeT &&value)
AWS_APPSTREAM_API Theme()=default
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< ThemeFooterLink > & GetThemeFooterLinks() const
const Aws::String & GetThemeFaviconURL() const
bool StateHasBeenSet() const
const Aws::String & GetStackName() const
ThemeStyling GetThemeStyling() const
void SetThemeFooterLinks(ThemeFooterLinksT &&value)
bool ThemeTitleTextHasBeenSet() const
Theme & WithCreatedTime(CreatedTimeT &&value)
AWS_APPSTREAM_API Theme(Aws::Utils::Json::JsonView jsonValue)
Theme & WithThemeTitleText(ThemeTitleTextT &&value)
void SetStackName(StackNameT &&value)
Theme & WithThemeFooterLinks(ThemeFooterLinksT &&value)
const Aws::String & GetThemeOrganizationLogoURL() const
void SetThemeTitleText(ThemeTitleTextT &&value)
Theme & WithThemeFaviconURL(ThemeFaviconURLT &&value)
void SetThemeStyling(ThemeStyling value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool ThemeStylingHasBeenSet() const
bool CreatedTimeHasBeenSet() const
void SetThemeOrganizationLogoURL(ThemeOrganizationLogoURLT &&value)
Theme & WithStackName(StackNameT &&value)
Theme & WithThemeOrganizationLogoURL(ThemeOrganizationLogoURLT &&value)
void SetThemeFaviconURL(ThemeFaviconURLT &&value)
bool ThemeOrganizationLogoURLHasBeenSet() const
bool StackNameHasBeenSet() const
bool ThemeFaviconURLHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue