7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/ThemeFooterLink.h>
9#include <aws/appstream/model/ThemeState.h>
10#include <aws/appstream/model/ThemeStyling.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
35 AWS_APPSTREAM_API
Theme() =
default;
46 template <
typename StackNameT = Aws::String>
48 m_stackNameHasBeenSet =
true;
49 m_stackName = std::forward<StackNameT>(value);
51 template <
typename StackNameT = Aws::String>
65 m_stateHasBeenSet =
true;
80 template <
typename ThemeTitleTextT = Aws::String>
82 m_themeTitleTextHasBeenSet =
true;
83 m_themeTitleText = std::forward<ThemeTitleTextT>(value);
85 template <
typename ThemeTitleTextT = Aws::String>
100 m_themeStylingHasBeenSet =
true;
101 m_themeStyling = value;
115 template <
typename ThemeFooterLinksT = Aws::Vector<ThemeFooterLink>>
117 m_themeFooterLinksHasBeenSet =
true;
118 m_themeFooterLinks = std::forward<ThemeFooterLinksT>(value);
120 template <
typename ThemeFooterLinksT = Aws::Vector<ThemeFooterLink>>
125 template <
typename ThemeFooterLinksT = ThemeFooterLink>
127 m_themeFooterLinksHasBeenSet =
true;
128 m_themeFooterLinks.emplace_back(std::forward<ThemeFooterLinksT>(value));
139 template <
typename ThemeOrganizationLogoURLT = Aws::String>
141 m_themeOrganizationLogoURLHasBeenSet =
true;
142 m_themeOrganizationLogoURL = std::forward<ThemeOrganizationLogoURLT>(value);
144 template <
typename ThemeOrganizationLogoURLT = Aws::String>
158 template <
typename ThemeFaviconURLT = Aws::String>
160 m_themeFaviconURLHasBeenSet =
true;
161 m_themeFaviconURL = std::forward<ThemeFaviconURLT>(value);
163 template <
typename ThemeFaviconURLT = Aws::String>
176 template <
typename CreatedTimeT = Aws::Utils::DateTime>
178 m_createdTimeHasBeenSet =
true;
179 m_createdTime = std::forward<CreatedTimeT>(value);
181 template <
typename CreatedTimeT = Aws::Utils::DateTime>
203 bool m_stackNameHasBeenSet =
false;
204 bool m_stateHasBeenSet =
false;
205 bool m_themeTitleTextHasBeenSet =
false;
206 bool m_themeStylingHasBeenSet =
false;
207 bool m_themeFooterLinksHasBeenSet =
false;
208 bool m_themeOrganizationLogoURLHasBeenSet =
false;
209 bool m_themeFaviconURLHasBeenSet =
false;
210 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